lavf: deprecate AVFormatParameters.width/height.
This commit is contained in:
parent
06d8c9e5f0
commit
89d1b7f406
1 changed files with 2 additions and 2 deletions
|
|
@ -231,9 +231,9 @@ typedef struct AVFormatParameters {
|
|||
#if FF_API_FORMAT_PARAMETERS
|
||||
attribute_deprecated int sample_rate;
|
||||
attribute_deprecated int channels;
|
||||
attribute_deprecated int width;
|
||||
attribute_deprecated int height;
|
||||
#endif
|
||||
int width;
|
||||
int height;
|
||||
enum PixelFormat pix_fmt;
|
||||
#if FF_API_FORMAT_PARAMETERS
|
||||
attribute_deprecated int channel; /**< Used to select DV channel. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue