Commit f39ecc79 authored by Anton Khirnov's avatar Anton Khirnov

avconv: fix inverted variable

parent 172efad7
......@@ -3489,7 +3489,7 @@ static void opt_output_file(void *optctx, const char *filename)
}
if (o->chapters_input_file >= 0)
copy_chapters(&input_files[o->chapters_input_file], &output_files[nb_output_files - 1],
o->metadata_chapters_manual);
!o->metadata_chapters_manual);
/* copy metadata */
for (i = 0; i < o->nb_meta_data_maps; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment