[SCM] libav/experimental: ffmpeg.c: add a forgotten break in chapter copying

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:18:55 UTC 2013


The following commit has been merged in the experimental branch:
commit 09f47fa44ebf3f18651397517b49e6f8c5a0e374
Author: Anton Khirnov <wyskas at gmail.com>
Date:   Fri Nov 12 06:56:26 2010 +0000

    ffmpeg.c: add a forgotten break in chapter copying
    
    only copy chapters from one file
    
    Originally committed as revision 25729 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffmpeg.c b/ffmpeg.c
index 7cdf63f..1a5a5b1 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2418,6 +2418,7 @@ static int transcode(AVFormatContext **output_files,
             for (j = 0; j < nb_output_files; j++)
                 if ((ret = copy_chapters(i, j)) < 0)
                     goto dump_format;
+            break;
         }
 
     /* open files and write file headers */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list