mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avconv: fix inverted variable
This commit is contained in:
parent
172efad7c7
commit
f39ecc79aa
2
avconv.c
2
avconv.c
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user