diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-08-30 23:13:23 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-08-30 23:45:39 +0200 |
commit | a9424d27c42e997e3ac64d31f074dc5946f21f58 (patch) | |
tree | ee73da7ef492630dbc6e8f36340f34f1d00df46b /libavformat | |
parent | 595cfdef979f5ab22ae168bd9e9d7741a9bf4e22 (diff) | |
download | ffmpeg-a9424d27c42e997e3ac64d31f074dc5946f21f58.tar.gz |
Support speex in avi.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 7d29b06080..ebaff2b738 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -325,6 +325,7 @@ const AVCodecTag ff_codec_wav_tags[] = { { CODEC_ID_PCM_MULAW, 0x6c75 }, { CODEC_ID_AAC, 0x706d }, { CODEC_ID_AAC, 0x4143 }, + { CODEC_ID_SPEEX, 0xA109 }, { CODEC_ID_FLAC, 0xF1AC }, { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' }, { CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id? |