diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-05-23 21:40:44 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-05-25 15:55:47 +0200 |
commit | fc68a8f7030227fc4fa8d83b9051aaf598cd12dd (patch) | |
tree | cb2db6603f6cd1adea0bbc91c150e2d0036dee81 /libavformat/avformat.h | |
parent | b3da2692115ea17190544883d15efa36219da99e (diff) | |
download | ffmpeg-fc68a8f7030227fc4fa8d83b9051aaf598cd12dd.tar.gz |
lavf: deprecate AVFormatParameters.standard.
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 64bbd22396..424fc920b4 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -236,8 +236,8 @@ typedef struct AVFormatParameters { int height; enum PixelFormat pix_fmt; int channel; /**< Used to select DV channel. */ - const char *standard; /**< TV standard, NTSC, PAL, SECAM */ #if FF_API_FORMAT_PARAMETERS + 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 */ attribute_deprecated unsigned int mpeg2ts_compute_pcr:1; |