diff avcodec.h @ 7409:21770337ff2d libavcodec

add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)
author pross
date Sat, 26 Jul 2008 07:08:15 +0000
parents 7b2819083061
children 4c68f77c49ee
line wrap: on
line diff
--- a/avcodec.h	Sat Jul 26 02:31:19 2008 +0000
+++ b/avcodec.h	Sat Jul 26 07:08:15 2008 +0000
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 51
-#define LIBAVCODEC_VERSION_MINOR 60
+#define LIBAVCODEC_VERSION_MINOR 61
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -210,6 +210,7 @@
     CODEC_ID_PCM_ZORK,
     CODEC_ID_PCM_S16LE_PLANAR,
     CODEC_ID_PCM_DVD,
+    CODEC_ID_PCM_F32BE,
 
     /* various ADPCM codecs */
     CODEC_ID_ADPCM_IMA_QT= 0x11000,