diff avcodec.h @ 5823:4beef9d0e663 libavcodec

Nellymoser ASAO decoder
author banan
date Mon, 15 Oct 2007 16:26:02 +0000
parents b809aff51f19
children 1d83e9c34641
line wrap: on
line diff
--- a/avcodec.h	Mon Oct 15 06:23:02 2007 +0000
+++ b/avcodec.h	Mon Oct 15 16:26:02 2007 +0000
@@ -33,8 +33,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(45<<8)+0)
-#define LIBAVCODEC_VERSION      51.45.0
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(46<<8)+0)
+#define LIBAVCODEC_VERSION      51.46.0
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
@@ -264,6 +264,7 @@
     CODEC_ID_ATRAC3,
     CODEC_ID_VOXWARE,
     CODEC_ID_APE,
+    CODEC_ID_NELLYMOSER,
 
     /* subtitle codecs */
     CODEC_ID_DVD_SUBTITLE= 0x17000,