[FFmpeg-cvslog] r17931 - trunk/ffmpeg.c
bcoudurier
subversion
Wed Mar 11 07:13:14 CET 2009
Author: bcoudurier
Date: Wed Mar 11 07:13:14 2009
New Revision: 17931
Log:
10l, set ret to 0 when finished
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Wed Mar 11 07:06:18 2009 (r17930)
+++ trunk/ffmpeg.c Wed Mar 11 07:13:14 2009 (r17931)
@@ -2231,6 +2231,7 @@ static int av_encode(AVFormatContext **o
}
/* finished ! */
+ ret = 0;
fail:
av_freep(&bit_buffer);
More information about the ffmpeg-cvslog
mailing list