diff options
author | Lars Täuber <lars.taeuber@gmx.net> | 2008-05-17 11:42:03 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-17 11:42:03 +0000 |
commit | 1472b7dd2824513894f779125c298f0ad991ad04 (patch) | |
tree | 62fd52458f237a41fbc52bcca47bbee6b33642e8 /libavcodec/avcodec.h | |
parent | 8f89843475110309d57077ed1d4aa405a623be1c (diff) | |
download | ffmpeg-1472b7dd2824513894f779125c298f0ad991ad04.tar.gz |
LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net
Originally committed as revision 13187 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 9641a882f2..e9d21321e7 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 56 +#define LIBAVCODEC_VERSION_MINOR 57 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ @@ -207,6 +207,7 @@ enum CodecID { CODEC_ID_PCM_S24DAUD, CODEC_ID_PCM_ZORK, CODEC_ID_PCM_S16LE_PLANAR, + CODEC_ID_PCM_DVD, /* various ADPCM codecs */ CODEC_ID_ADPCM_IMA_QT= 0x11000, |