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
This commit is contained in:
Anton Khirnov 2010-11-12 06:56:26 +00:00
parent a9c2bf9dc1
commit 09f47fa44e
1 changed files with 1 additions and 0 deletions

View File

@ -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 */