summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-07-07 09:43:46 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-07-07 09:43:46 +0000
commite8d2507c1aa96f9f9e9c2be93a8980da646ef7e7 (patch)
treeb767753d93624b3f0bc038602cecec7d0898f0f2 /libavformat/mov.c
parente7cc4b52f9d395c47b4fae43e2ec43176a8bf394 (diff)
add MS ADPCM fourcc
Originally committed as revision 5655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 29e379b117..650ce1761c 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -162,6 +162,7 @@ static const CodecTag mov_audio_tags[] = {
{ CODEC_ID_PCM_MULAW, MKTAG('u', 'l', 'a', 'w') }, /* */
{ CODEC_ID_PCM_ALAW, MKTAG('a', 'l', 'a', 'w') }, /* */
{ CODEC_ID_ADPCM_IMA_QT, MKTAG('i', 'm', 'a', '4') }, /* IMA-4 ADPCM */
+ { CODEC_ID_ADPCM_MS, MKTAG('m', 's', 0x00, 0x02) }, /* MS ADPCM */
{ CODEC_ID_MACE3, MKTAG('M', 'A', 'C', '3') }, /* Macintosh Audio Compression and Expansion 3:1 */
{ CODEC_ID_MACE6, MKTAG('M', 'A', 'C', '6') }, /* Macintosh Audio Compression and Expansion 6:1 */