|
|
|
@@ -235,8 +235,8 @@ typedef struct AVFormatParameters { |
|
|
|
int width; |
|
|
|
int height; |
|
|
|
enum PixelFormat pix_fmt; |
|
|
|
int channel; /**< Used to select DV channel. */ |
|
|
|
#if FF_API_FORMAT_PARAMETERS |
|
|
|
attribute_deprecated int channel; /**< Used to select DV channel. */ |
|
|
|
attribute_deprecated const char *standard; /**< deprecated, use demuxer-specific options instead. */ |
|
|
|
attribute_deprecated unsigned int mpeg2ts_raw:1; /**< deprecated, use mpegtsraw demuxer */ |
|
|
|
/**< deprecated, use mpegtsraw demuxer-specific options instead */ |
|
|
|
|