summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-05-23 22:06:09 +0200
committerAnton Khirnov <anton@khirnov.net>2011-05-25 15:55:47 +0200
commitd20576d01b6489e37813302c208df01068418bfb (patch)
treefdedecc44f53c8b9543b7d43898f0ababe275a04 /libavformat
parent79405e57dc1a1e2746c87cba677052d742dbb7ee (diff)
lavf: deprecate AVFormatParameters.channel.
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h2
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 */