diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-05-23 22:06:09 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-05-25 15:55:47 +0200 |
commit | d20576d01b6489e37813302c208df01068418bfb (patch) | |
tree | fdedecc44f53c8b9543b7d43898f0ababe275a04 /libavformat/avformat.h | |
parent | 79405e57dc1a1e2746c87cba677052d742dbb7ee (diff) | |
download | ffmpeg-d20576d01b6489e37813302c208df01068418bfb.tar.gz |
lavf: deprecate AVFormatParameters.channel.
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 424fc920b4..11dbe8b2de 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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 */ |