diff avcodec.h @ 5847:82ac47c0c6dd libavcodec

Beam Software SIFF demuxer and video decoder
author kostya
date Mon, 22 Oct 2007 06:01:38 +0000
parents 2b61d13e9d7a
children dea3ac1d4c67
line wrap: on
line diff
--- a/avcodec.h	Sun Oct 21 22:44:05 2007 +0000
+++ b/avcodec.h	Mon Oct 22 06:01:38 2007 +0000
@@ -33,8 +33,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(46<<8)+1)
-#define LIBAVCODEC_VERSION      51.46.1
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(47<<8)+0)
+#define LIBAVCODEC_VERSION      51.47.0
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
@@ -168,6 +168,7 @@
     CODEC_ID_TXD,
     CODEC_ID_VP6A,
     CODEC_ID_AMV,
+    CODEC_ID_VB,
 
     /* various PCM "codecs" */
     CODEC_ID_PCM_S16LE= 0x10000,