mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
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:
1
ffmpeg.c
1
ffmpeg.c
@@ -3456,6 +3456,7 @@ static void opt_input_file(const char *filename)
|
|||||||
nb_input_files++;
|
nb_input_files++;
|
||||||
|
|
||||||
video_channel = 0;
|
video_channel = 0;
|
||||||
|
top_field_first = -1;
|
||||||
|
|
||||||
av_freep(&video_codec_name);
|
av_freep(&video_codec_name);
|
||||||
av_freep(&audio_codec_name);
|
av_freep(&audio_codec_name);
|
||||||
|
|||||||
Reference in New Issue
Block a user