forked from FFmpeg/FFmpeg
avconv: fix inverted variable
This commit is contained in:
parent
172efad7c7
commit
f39ecc79aa
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue