aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-07-06 17:09:59 +0200
committerAnton Khirnov <anton@khirnov.net>2023-07-11 19:28:18 +0200
commitc19aa9c28f89e77ae89fbc09bafec57005ac3533 (patch)
tree606b7bb75cb579cd7cff579a2f79af2fdab24fd1 /fftools/ffmpeg.h
parent42f3f54cf4c99f0910d40e225d538a1814490012 (diff)
downloadffmpeg-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.h1
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.