[SCM] libav/experimental: 10l, set ret to 0 when finished

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:41:08 UTC 2013


The following commit has been merged in the experimental branch:
commit 00b7fbdcf56ad742f9cbfd6741ba723c4dc07903
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed Mar 11 06:13:14 2009 +0000

    10l, set ret to 0 when finished
    
    Originally committed as revision 17931 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffmpeg.c b/ffmpeg.c
index eb91de9..83fdb37 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2231,6 +2231,7 @@ static int av_encode(AVFormatContext **output_files,
     }
 
     /* finished ! */
+    ret = 0;
 
  fail:
     av_freep(&bit_buffer);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list