Browse Source

avconv: fix inverted variable

tags/n0.9
Anton Khirnov 13 years ago
parent
commit
f39ecc79aa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      avconv.c

+ 1
- 1
avconv.c View File

@@ -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…
Cancel
Save