diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-07-27 11:37:56 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-07-27 11:37:56 +0000 |
commit | 8950f82879fd41a64ee1faf9010e4ef997be3fc5 (patch) | |
tree | ede33adbabc4c5e237bcd8e40cfa52dbe45f0fa8 /libavcodec/avcodec.h | |
parent | 41415d28560fa450eac44618f4d5f4b6251bf876 (diff) | |
download | ffmpeg-8950f82879fd41a64ee1faf9010e4ef997be3fc5.tar.gz |
detect voxware (closes issue39)
Originally committed as revision 9809 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c90b2cdc44..7b47b98fe9 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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, |