diff avcodec.h @ 5422:ad384eda0cb7 libavcodec

support silly PCM variant used by zork nemesis fixes audio decoding of T000A11C.AVI
author michael
date Mon, 30 Jul 2007 02:05:16 +0000
parents 20bea6a9950c
children 447409d8770f
line wrap: on
line diff
--- a/avcodec.h	Sun Jul 29 21:34:31 2007 +0000
+++ b/avcodec.h	Mon Jul 30 02:05:16 2007 +0000
@@ -185,6 +185,7 @@
     CODEC_ID_PCM_U24LE,
     CODEC_ID_PCM_U24BE,
     CODEC_ID_PCM_S24DAUD,
+    CODEC_ID_PCM_ZORK,
 
     /* various ADPCM codecs */
     CODEC_ID_ADPCM_IMA_QT= 0x11000,