[PATCH 1/2] Add codec ID for RALF.

Jai Menon jai
Thu Dec 24 15:48:03 CET 2009


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

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index bb31919..3da3b0f 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 45
+#define LIBAVCODEC_VERSION_MINOR 46
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -267,6 +267,7 @@ enum CodecID {
     /* RealAudio codecs*/
     CODEC_ID_RA_144= 0x13000,
     CODEC_ID_RA_288,
+    CODEC_ID_RALF,
 
     /* various DPCM codecs */
     CODEC_ID_ROQ_DPCM= 0x14000,
-- 
1.6.5.2


--sm4nu43k4a2Rpi4c--



More information about the ffmpeg-devel mailing list