mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 10:11:04 +08:00
fftools/ffmpeg_filter: make OutputFile.ch_layout private
It is not used outside of the filtering code.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user