Browse Source

ffmpeg: reset top_field_first in opt_input_file().

This allows seting tff for inputs without also setting it for the output
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Michael Niedermayer 14 years ago
parent
commit
a4b6000b00
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ffmpeg.c

+ 1
- 0
ffmpeg.c View File

@@ -3456,6 +3456,7 @@ static void opt_input_file(const char *filename)
nb_input_files++;

video_channel = 0;
top_field_first = -1;

av_freep(&video_codec_name);
av_freep(&audio_codec_name);


Loading…
Cancel
Save