fftools/ffmpeg_filter: make OutputFile.format/sample_rate private

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

View File

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