diff options
author | Peter Ross <pross@xvid.org> | 2008-07-26 07:08:15 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2008-07-26 07:08:15 +0000 |
commit | aa29709ec8f42616ccc6ef0fda95a1a134c21ca5 (patch) | |
tree | c6155ff3cc6ff0a02feaf79e6dd25adf1af44183 /libavcodec/avcodec.h | |
parent | fef744d4042403fdecb436e9c72279624d21200a (diff) | |
download | ffmpeg-aa29709ec8f42616ccc6ef0fda95a1a134c21ca5.tar.gz |
add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)
Originally committed as revision 14409 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 3a53c7fd4a..f42d3906e5 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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 @@ enum CodecID { 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, |