[Ffmpeg-cvslog] r5655 - trunk/libavformat/mov.c
bcoudurier
subversion
Fri Jul 7 11:43:47 CEST 2006
Author: bcoudurier
Date: Fri Jul 7 11:43:46 2006
New Revision: 5655
Modified:
trunk/libavformat/mov.c
Log:
add MS ADPCM fourcc
Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c (original)
+++ trunk/libavformat/mov.c Fri Jul 7 11:43:46 2006
@@ -162,6 +162,7 @@
{ 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 */
More information about the ffmpeg-cvslog
mailing list