diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-10-26 23:43:11 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-10-26 23:43:11 +0200 |
commit | 693a11b8a269c695c2608172c223be246dd7343e (patch) | |
tree | b8f6f00401574a5258ea2b17d57150a49f0b565f /libavformat/avformat.h | |
parent | 00bfe8509c9b947156689d5946969c4d1b4fc669 (diff) | |
download | ffmpeg-693a11b8a269c695c2608172c223be246dd7343e.tar.gz |
lavf: Remove AVFMT_RAWPICTURE.
Deprecated since October 2015.
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index ece1b179f3..65fc9eac0c 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -465,10 +465,6 @@ typedef struct AVProbeData { #define AVFMT_NOFILE 0x0001 #define AVFMT_NEEDNUMBER 0x0002 /**< Needs '%d' in filename. */ #define AVFMT_SHOW_IDS 0x0008 /**< Show format stream IDs numbers. */ -#if FF_API_LAVF_FMT_RAWPICTURE -#define AVFMT_RAWPICTURE 0x0020 /**< Format wants AVPicture structure for - raw picture data. @deprecated Not used anymore */ -#endif #define AVFMT_GLOBALHEADER 0x0040 /**< Format wants global header. */ #define AVFMT_NOTIMESTAMPS 0x0080 /**< Format does not need / have any timestamps. */ #define AVFMT_GENERIC_INDEX 0x0100 /**< Use generic index building code. */ |