Commit a4b6000b authored by Michael Niedermayer's avatar Michael Niedermayer

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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bec994df
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment