[FFmpeg-cvslog] r9809 - in trunk: libavcodec/avcodec.h libavformat/riff.c

michael subversion
Fri Jul 27 13:37:57 CEST 2007


Author: michael
Date: Fri Jul 27 13:37:56 2007
New Revision: 9809

Log:
detect voxware (closes issue39)


Modified:
   trunk/libavcodec/avcodec.h
   trunk/libavformat/riff.c

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Fri Jul 27 13:37:56 2007
@@ -258,6 +258,7 @@ enum CodecID {
     CODEC_ID_MLP,
     CODEC_ID_GSM_MS, /* as found in WAV */
     CODEC_ID_ATRAC3,
+    CODEC_ID_VOXWARE,
 
     /* subtitle codecs */
     CODEC_ID_DVD_SUBTITLE= 0x17000,

Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c	(original)
+++ trunk/libavformat/riff.c	Fri Jul 27 13:37:56 2007
@@ -206,6 +206,7 @@ const AVCodecTag codec_wav_tags[] = {
     { CODEC_ID_IMC, 0x401 },
     { CODEC_ID_GSM_MS, 0x31 },
     { CODEC_ID_ATRAC3, 0x270 },
+    { CODEC_ID_VOXWARE, 0x75 },
 
     /* FIXME: All of the IDs below are not 16 bit and thus illegal. */
     // for NuppelVideo (nuv.c)




More information about the ffmpeg-cvslog mailing list