This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
10l, set ret to 0 when finished
Originally committed as revision 17931 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Baptiste Coudurier
16 years ago
parent
002c95d749
commit
00b7fbdcf5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ffmpeg.c
+ 1
- 0
ffmpeg.c
View File
@@ -2231,6 +2231,7 @@ static int av_encode(AVFormatContext **output_files,
}
/* finished ! */
ret = 0;
fail:
av_freep(&bit_buffer);
Write
Preview
Loading…
Cancel
Save