summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-10-26 23:43:11 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-10-26 23:43:11 +0200
commit693a11b8a269c695c2608172c223be246dd7343e (patch)
treeb8f6f00401574a5258ea2b17d57150a49f0b565f /libavformat/version.h
parent00bfe8509c9b947156689d5946969c4d1b4fc669 (diff)
lavf: Remove AVFMT_RAWPICTURE.
Deprecated since October 2015.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 8ae091ffab..ac409dbad2 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -55,9 +55,6 @@
* at once through the bump. This improves the git bisect-ability of the change.
*
*/
-#ifndef FF_API_LAVF_FMT_RAWPICTURE
-#define FF_API_LAVF_FMT_RAWPICTURE (LIBAVFORMAT_VERSION_MAJOR < 58)
-#endif
#ifndef FF_API_COMPUTE_PKT_FIELDS2
#define FF_API_COMPUTE_PKT_FIELDS2 (LIBAVFORMAT_VERSION_MAJOR < 59)
#endif