diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-07-06 17:09:59 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-07-11 19:28:18 +0200 |
commit | 42f3f54cf4c99f0910d40e225d538a1814490012 (patch) | |
tree | d5a47068784f1f971301ccb4ce2fe33b05f2961b /fftools/ffmpeg.h | |
parent | c9a99ffe5120e300638e1d2f6634221e17fa5234 (diff) | |
download | ffmpeg-42f3f54cf4c99f0910d40e225d538a1814490012.tar.gz |
fftools/ffmpeg_filter: make OutputFile.format/sample_rate private
They are not used outside of the filtering code.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r-- | fftools/ffmpeg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index 316cd2b7a6..5b4117eeea 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -296,8 +296,6 @@ typedef struct OutputFilter { /* desired output stream properties */ int width, height; - int format; - int sample_rate; AVChannelLayout ch_layout; // those are only set if no format is specified and the encoder gives us multiple options |