mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-24 16:00:02 +01:00
fftools/ffmpeg_filter: make OutputFile.width,height private
They are not used outside of the filtering code.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user