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:
Michael Niedermayer 2011-05-17 16:48:39 +02:00
parent bec994dff2
commit a4b6000b00

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);