Mercurial > mplayer.hg
changeset 26846:d8fd07838415
add qclp fourcc
fixes http://samples.mplayerhq.hu/A-codecs/qclp/tube.3g2
author | compn |
---|---|
date | Mon, 26 May 2008 13:04:07 +0000 |
parents | a9fdb0a478a7 |
children | 4f875ae5d538 |
files | libmpdemux/mp_taglists.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c Sun May 25 17:01:04 2008 +0000 +++ b/libmpdemux/mp_taglists.c Mon May 26 13:04:07 2008 +0000 @@ -34,6 +34,7 @@ { 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')},