fftools/ffmpeg_filter: make OutputFile.ch_layout private

It is not used outside of the filtering code.
This commit is contained in:
Anton Khirnov
2023-07-06 17:09:59 +02:00
parent 42f3f54cf4
commit c19aa9c28f
2 changed files with 10 additions and 8 deletions

View File

@@ -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.