diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-08-25 10:08:41 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-08-29 15:42:11 +0200 |
commit | 0dd7347963041667e07366c83460fda8f19f4037 (patch) | |
tree | cd0850d9f8e021379ad4cb2d8018445507c2270e /fftools/ffmpeg.h | |
parent | d0f767f81f7b6c4e9a3d29a9fd622ab519461213 (diff) | |
download | ffmpeg-0dd7347963041667e07366c83460fda8f19f4037.tar.gz |
fftools/ffmpeg: drop OutputStream.fps_mode
It is only used within new_video_stream(), so make it a local variable
there.
Diffstat (limited to 'fftools/ffmpeg.h')
-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 937a65b8e8..74bc9220fc 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -528,7 +528,6 @@ typedef struct OutputStream { AVRational max_frame_rate; enum VideoSyncMethod vsync_method; int is_cfr; - const char *fps_mode; int force_fps; int top_field_first; int rotate_overridden; |