[MPlayer-cvslog] r26878 - trunk/libmpdemux/mp_taglists.c

compn subversion at mplayerhq.hu
Mon May 26 15:04:07 CEST 2008


Author: compn
Date: Mon May 26 15:04:07 2008
New Revision: 26878

Log:
add qclp fourcc
fixes http://samples.mplayerhq.hu/A-codecs/qclp/tube.3g2



Modified:
   trunk/libmpdemux/mp_taglists.c

Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c	(original)
+++ trunk/libmpdemux/mp_taglists.c	Mon May 26 15:04:07 2008
@@ -34,6 +34,7 @@ static const AVCodecTag mp_wav_tags[] = 
     { CODEC_ID_MUSEPACK7,         MKTAG('M', 'P', 'C', ' ')},
     { CODEC_ID_MUSEPACK8,         MKTAG('M', 'P', 'C', '8')},
     { CODEC_ID_NELLYMOSER,        MKTAG('N', 'E', 'L', 'L')},
+    { CODEC_ID_QCELP,             MKTAG('Q', 'c', 'l', 'p')},
     { CODEC_ID_QDM2,              MKTAG('Q', 'D', 'M', '2')},
     { CODEC_ID_ROQ_DPCM,          MKTAG('R', 'o', 'Q', 'A')},
     { CODEC_ID_SHORTEN,           MKTAG('s', 'h', 'r', 'n')},



More information about the MPlayer-cvslog mailing list