summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-01-20 22:15:28 -0800
committerRonald S. Bultje <rsbultje@gmail.com>2013-01-20 22:15:28 -0800
commit93af2734ee609133eaeca28329d7f13241dd411f (patch)
treec7925f1064ffd5445527911aec8ecb17e1562630 /libavcodec/version.h
parente6bc38fd49c94726b45d5d5cc2b756ad8ec49ee0 (diff)
lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.
This allows us to get rid of them on the next major bump. All of the above are functionally irrelevant, and most of them are unused, except the vp3 one, which is used wrongly in the bfin arch optimizations.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index c497edb075..62f2bcd842 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -94,5 +94,8 @@
#ifndef FF_API_SNOW
#define FF_API_SNOW (LIBAVCODEC_VERSION_MAJOR < 55)
#endif
+#ifndef FF_API_IDCT
+#define FF_API_IDCT (LIBAVCODEC_VERSION_MAJOR < 55)
+#endif
#endif /* AVCODEC_VERSION_H */