mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-22 23:45:30 +08:00
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:
1
ffmpeg.c
1
ffmpeg.c
@ -2418,6 +2418,7 @@ static int transcode(AVFormatContext **output_files,
|
|||||||
for (j = 0; j < nb_output_files; j++)
|
for (j = 0; j < nb_output_files; j++)
|
||||||
if ((ret = copy_chapters(i, j)) < 0)
|
if ((ret = copy_chapters(i, j)) < 0)
|
||||||
goto dump_format;
|
goto dump_format;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* open files and write file headers */
|
/* open files and write file headers */
|
||||||
|
Reference in New Issue
Block a user