[FFmpeg-cvslog] r25729 - trunk/ffmpeg.c

elenril subversion
Fri Nov 12 07:56:27 CET 2010


Author: elenril
Date: Fri Nov 12 07:56:26 2010
New Revision: 25729

Log:
ffmpeg.c: add a forgotten break in chapter copying

only copy chapters from one file

Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	Fri Nov 12 07:56:23 2010	(r25728)
+++ trunk/ffmpeg.c	Fri Nov 12 07:56:26 2010	(r25729)
@@ -2418,6 +2418,7 @@ static int transcode(AVFormatContext **o
             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 */



More information about the ffmpeg-cvslog mailing list