fftools/ffmpeg_filter: make OutputFile.width,height 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 c19aa9c28f
commit a3ab5bf80d
2 changed files with 8 additions and 9 deletions

View File

@@ -294,9 +294,6 @@ typedef struct OutputFilter {
enum AVMediaType type;
/* desired output stream properties */
int width, height;
// 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.
const int *formats;