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
oldabi
Anton Khirnov 14 years ago
parent a9c2bf9dc1
commit 09f47fa44e
  1. 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…
Cancel
Save