summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 7cdf63fe88..1a5a5b1bc1 100644
--- a/ffmpeg.c
+++ b/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 */