[FFmpeg-cvslog] r13873 - trunk/ffserver.c

bcoudurier subversion
Sun Jun 22 05:20:29 CEST 2008


Author: bcoudurier
Date: Sun Jun 22 05:20:28 2008
New Revision: 13873

Log:
remove return 1, we don't change state, we are still sending data

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Sun Jun 22 05:20:28 2008
@@ -2224,7 +2224,6 @@ static int http_prepare_data(HTTPContext
                     if (av_write_frame(ctx, &pkt) < 0) {
                         http_log("Error writing frame to output\n");
                         c->state = HTTPSTATE_SEND_DATA_TRAILER;
-                        return 1;
                     }
 
                     len = url_close_dyn_buf(ctx->pb, &c->pb_buffer);




More information about the ffmpeg-cvslog mailing list