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
1 changed files with 0 additions and 1 deletions

View File

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