1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

fftools/ffmpeg: Remove unused do_deinterlace variable

Unused since removal of the -deinterlace option in
d013453caa

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Marvin Scholz
2022-09-28 12:31:24 +02:00
committed by Anton Khirnov
parent 1c8e95bd99
commit 793953f44a

View File

@@ -661,7 +661,6 @@ extern enum VideoSyncMethod video_sync_method;
extern float frame_drop_threshold; extern float frame_drop_threshold;
extern int do_benchmark; extern int do_benchmark;
extern int do_benchmark_all; extern int do_benchmark_all;
extern int do_deinterlace;
extern int do_hex_dump; extern int do_hex_dump;
extern int do_pkt_dump; extern int do_pkt_dump;
extern int copy_ts; extern int copy_ts;