changeset 960:6c30a916e27d libavformat

add Creative 8 bits ADPCM schemes support
author aurel
date Thu, 16 Feb 2006 00:09:23 +0000
parents b0a6f09d8d38
children d1d7a0e87dea
files voc.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/voc.c	Tue Feb 14 23:21:17 2006 +0000
+++ b/voc.c	Thu Feb 16 00:09:23 2006 +0000
@@ -41,6 +41,9 @@
 
 static const CodecTag voc_codec_tags[] = {
     {CODEC_ID_PCM_U8,        0x00},
+    {CODEC_ID_ADPCM_SBPRO_4, 0x01},
+    {CODEC_ID_ADPCM_SBPRO_3, 0x02},
+    {CODEC_ID_ADPCM_SBPRO_2, 0x03},
     {CODEC_ID_PCM_S16LE,     0x04},
     {CODEC_ID_PCM_ALAW,      0x06},
     {CODEC_ID_PCM_MULAW,     0x07},