diff avcodec.h @ 4106:21aa7e801c7b libavcodec

IMC decoder
author kostya
date Mon, 30 Oct 2006 13:48:48 +0000
parents f426c81afc9e
children f6f67a8bdd09
line wrap: on
line diff
--- a/avcodec.h	Mon Oct 30 10:15:37 2006 +0000
+++ b/avcodec.h	Mon Oct 30 13:48:48 2006 +0000
@@ -37,8 +37,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(22<<8)+0)
-#define LIBAVCODEC_VERSION      51.22.0
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(23<<8)+0)
+#define LIBAVCODEC_VERSION      51.23.0
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
@@ -233,6 +233,7 @@
     CODEC_ID_QCELP,
     CODEC_ID_WAVPACK,
     CODEC_ID_DSICINAUDIO,
+    CODEC_ID_IMC,
 
     /* subtitle codecs */
     CODEC_ID_DVD_SUBTITLE= 0x17000,
@@ -2304,6 +2305,7 @@
 extern AVCodec dsicinaudio_decoder;
 extern AVCodec tiertexseqvideo_decoder;
 extern AVCodec tiff_decoder;
+extern AVCodec imc_decoder;
 
 /* pcm codecs */
 #define PCM_CODEC(id, name) \