diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-03-11 06:13:14 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-03-11 06:13:14 +0000 |
commit | 00b7fbdcf56ad742f9cbfd6741ba723c4dc07903 (patch) | |
tree | 9cfdaee59542df4e2d26d2ad078e83b34651b880 | |
parent | 002c95d749ae42277dc273656be5e5aa2904b625 (diff) | |
download | ffmpeg-00b7fbdcf56ad742f9cbfd6741ba723c4dc07903.tar.gz |
10l, set ret to 0 when finished
Originally committed as revision 17931 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2231,6 +2231,7 @@ static int av_encode(AVFormatContext **output_files, } /* finished ! */ + ret = 0; fail: av_freep(&bit_buffer); |