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>
This commit is contained in:
parent
bec994dff2
commit
a4b6000b00
1 changed files with 1 additions and 0 deletions
1
ffmpeg.c
1
ffmpeg.c
|
|
@ -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…
Add table
Add a link
Reference in a new issue