diff avcodec.h @ 6821:1b9c458d6d60 libavcodec

LPCM 24 bits support, patch by Lars T¸«£uber, lars.taeuber gmx net
author diego
date Sat, 17 May 2008 11:42:03 +0000
parents 4b9f28275b14
children be1b0a6ee19a
line wrap: on
line diff
--- a/avcodec.h	Sat May 17 11:38:30 2008 +0000
+++ b/avcodec.h	Sat May 17 11:42:03 2008 +0000
@@ -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 @@
     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,