diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2004-08-21 19:24:40 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2004-08-21 19:24:40 +0000 |
commit | 7251dfafdae1e7d457be26364117dd950b279a1b (patch) | |
tree | 6b240734141bf8260aa424407762d279e0eb0793 | |
parent | 54f5fd22eaf0abeace9b533682d50323e2dd5d22 (diff) | |
download | ffmpeg-7251dfafdae1e7d457be26364117dd950b279a1b.tar.gz |
unofficial ids for sonic for using in nut (fixme)
Originally committed as revision 3406 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/wav.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/wav.c b/libavformat/wav.c index 1030cb8809..7ac0d879b1 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -35,6 +35,8 @@ const CodecTag codec_wav_tags[] = { { CODEC_ID_WMAV1, 0x160 }, { CODEC_ID_WMAV2, 0x161 }, { CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id? + { CODEC_ID_SONIC, 0x2048 }, + { CODEC_ID_SONIC_LS, 0x2048 }, { 0, 0 }, }; |