[FFmpeg-cvslog] r12940 - trunk/libavformat/isom.c

bcoudurier subversion
Thu Apr 24 19:16:14 CEST 2008


Author: bcoudurier
Date: Thu Apr 24 19:16:13 2008
New Revision: 12940

Log:
qcelp fourcc

Modified:
   trunk/libavformat/isom.c

Modified: trunk/libavformat/isom.c
==============================================================================
--- trunk/libavformat/isom.c	(original)
+++ trunk/libavformat/isom.c	Thu Apr 24 19:16:13 2008
@@ -161,6 +161,10 @@ const AVCodecTag codec_movaudio_tags[] =
 
     { CODEC_ID_GSM,  MKTAG('a', 'g', 's', 'm') },
     { CODEC_ID_ALAC, MKTAG('a', 'l', 'a', 'c') }, /* Apple Lossless */
+
+    { CODEC_ID_QCELP, MKTAG('Q','c','l','p') },
+    { CODEC_ID_QCELP, MKTAG('s','q','c','p') }, /* ISO Media fourcc */
+
     { CODEC_ID_QDM2, MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */
 
     { CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') },




More information about the ffmpeg-cvslog mailing list