Commit 89d1b7f4 authored by Anton Khirnov's avatar Anton Khirnov

lavf: deprecate AVFormatParameters.width/height.

parent 06d8c9e5
...@@ -231,9 +231,9 @@ typedef struct AVFormatParameters { ...@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment