summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 14:48:00 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-19 18:37:03 +0200
commit9b4f1cdb6a7e838c0261109e8a6262e78657ee7b (patch)
tree04b969fa8f50a153852d82d208301d460fd6477b /libavcodec/version.h
parent20d33ee8b1d2cf5ba4b4d4a81db0ff7b4a125dd3 (diff)
downloadffmpeg-streaming-9b4f1cdb6a7e838c0261109e8a6262e78657ee7b.zip
ffmpeg-streaming-9b4f1cdb6a7e838c0261109e8a6262e78657ee7b.tar.gz
lavc: remove the FF_API_AUDIO_OLD cruft.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 08574f7..8c891e2 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -41,9 +41,6 @@
#ifndef FF_API_PALETTE_CONTROL
#define FF_API_PALETTE_CONTROL (LIBAVCODEC_VERSION_MAJOR < 54)
#endif
-#ifndef FF_API_AUDIO_OLD
-#define FF_API_AUDIO_OLD (LIBAVCODEC_VERSION_MAJOR < 53)
-#endif
#ifndef FF_API_VIDEO_OLD
#define FF_API_VIDEO_OLD (LIBAVCODEC_VERSION_MAJOR < 53)
#endif
OpenPOWER on IntegriCloud