You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavf: deprecate AVFormatParameters.width/height.
This commit is contained in:
@@ -231,9 +231,9 @@ typedef struct AVFormatParameters {
|
|||||||
#if FF_API_FORMAT_PARAMETERS
|
#if FF_API_FORMAT_PARAMETERS
|
||||||
attribute_deprecated int sample_rate;
|
attribute_deprecated int sample_rate;
|
||||||
attribute_deprecated int channels;
|
attribute_deprecated int channels;
|
||||||
|
attribute_deprecated int width;
|
||||||
|
attribute_deprecated int height;
|
||||||
#endif
|
#endif
|
||||||
int width;
|
|
||||||
int height;
|
|
||||||
enum PixelFormat pix_fmt;
|
enum PixelFormat pix_fmt;
|
||||||
#if FF_API_FORMAT_PARAMETERS
|
#if FF_API_FORMAT_PARAMETERS
|
||||||
attribute_deprecated int channel; /**< Used to select DV channel. */
|
attribute_deprecated int channel; /**< Used to select DV channel. */
|
||||||
|
Reference in New Issue
Block a user