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 | c19aa9c28f89e77ae89fbc09bafec57005ac3533 (patch) | |
tree | 606b7bb75cb579cd7cff579a2f79af2fdab24fd1 /fftools/ffmpeg.h | |
parent | 42f3f54cf4c99f0910d40e225d538a1814490012 (diff) | |
download | ffmpeg-c19aa9c28f89e77ae89fbc09bafec57005ac3533.tar.gz |
fftools/ffmpeg_filter: make OutputFile.ch_layout private
It is not used outside of the filtering code.
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 5b4117eeea..b789233a08 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -296,7 +296,6 @@ typedef struct OutputFilter { /* desired output stream properties */ int width, height; - AVChannelLayout ch_layout; // those are only set if no format is specified and the encoder gives us multiple options // They point directly to the relevant lists of the encoder. |