diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2007-04-17 20:53:39 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2007-04-17 20:53:39 +0000 |
commit | 10e26bc782b512e275fe860f2c8330b0b9277410 (patch) | |
tree | eb46ef092348512baf50821be8e775e40f7a0ba6 /libavformat/riff.c | |
parent | 935f50c82cb80e40fa9e6f587af04b428b4aae0d (diff) | |
download | ffmpeg-10e26bc782b512e275fe860f2c8330b0b9277410.tar.gz |
Atrac3 decoder.
Originally committed as revision 8747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-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 4a5553fa41..0f5e975692 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -204,6 +204,7 @@ const AVCodecTag codec_wav_tags[] = { { CODEC_ID_FLAC, 0xF1AC }, { CODEC_ID_IMC, 0x401 }, { CODEC_ID_GSM_MS, 0x31 }, + { CODEC_ID_ATRAC3, 0x270 }, /* FIXME: All of the IDs below are not 16 bit and thus illegal. */ // for NuppelVideo (nuv.c) |