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:
parent
a9c2bf9dc1
commit
09f47fa44e
1 changed files with 1 additions and 0 deletions
1
ffmpeg.c
1
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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue