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

Kostya Shishkov git at videolan.org
Mon Nov 7 03:17:55 CET 2011


ffmpeg | branch: master | Kostya Shishkov <kostya.shishkov at gmail.com> | Sat Nov  5 14:34:08 2011 +0100| [19900d60fdfbb7fdc05523b0ede20015601a2977] | committer: Anton Khirnov

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

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=19900d60fdfbb7fdc05523b0ede20015601a2977
---

 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 ffmpeg-cvslog mailing list