diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-09-28 12:31:24 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-10-02 11:59:25 +0200 |
commit | 793953f44ab5cdbd6bd6d99b3b74b089ebbd3bac (patch) | |
tree | 189cfaa5f53d08525e7294ef4cc94eac436fc1f9 | |
parent | 1c8e95bd99f55f1e4ee48804a1d6392f5db613a1 (diff) | |
download | ffmpeg-793953f44ab5cdbd6bd6d99b3b74b089ebbd3bac.tar.gz |
fftools/ffmpeg: Remove unused do_deinterlace variable
Unused since removal of the -deinterlace option in
d013453caafcc44c74d4bdbaa99ee4e8f32414cb
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-rw-r--r-- | fftools/ffmpeg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index 701a211544..98c1a3c157 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -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; |