[libav-commits] move 8SVX audio codecs to the audio codec list part on the next bump

Kostya Shishkov git at libav.org
Sun Nov 6 08:16:06 CET 2011


Module: libav
Branch: master
Commit: 19900d60fdfbb7fdc05523b0ede20015601a2977

Author:    Kostya Shishkov <kostya.shishkov at gmail.com>
Committer: Anton Khirnov <anton at khirnov.net>
Date:      Sat Nov  5 14:34:08 2011 +0100

move 8SVX audio codecs to the audio codec list part on the next bump

Signed-off-by: Anton Khirnov <anton at khirnov.net>

---

 libavcodec/avcodec.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 577575b..f59dc66 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -172,8 +172,10 @@ enum CodecID {
     CODEC_ID_INDEO5,
     CODEC_ID_MIMIC,
     CODEC_ID_RL2,
+#if LIBAVCODEC_VERSION_MAJOR == 53
     CODEC_ID_8SVX_EXP,
     CODEC_ID_8SVX_FIB,
+#endif
     CODEC_ID_ESCAPE124,
     CODEC_ID_DIRAC,
     CODEC_ID_BFI,
@@ -354,6 +356,8 @@ enum CodecID {
 #if LIBAVCODEC_VERSION_MAJOR > 53
     CODEC_ID_G723_1,
     CODEC_ID_G729,
+    CODEC_ID_8SVX_EXP,
+    CODEC_ID_8SVX_FIB,
 #endif
 
     /* subtitle codecs */



More information about the libav-commits mailing list