Mercurial > mplayer.hg
changeset 20760:0ae2c8b1c44b
Move some FourCC values from libavformat/riff.c to our private mapping.
author | diego |
---|---|
date | Wed, 08 Nov 2006 10:49:34 +0000 |
parents | e18fc76c7a98 |
children | 3ea816dc678e |
files | libmpdemux/demux_lavf.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_lavf.c Wed Nov 08 10:30:52 2006 +0000 +++ b/libmpdemux/demux_lavf.c Wed Nov 08 10:49:34 2006 +0000 @@ -75,6 +75,9 @@ { CODEC_ID_ADPCM_4XM, MKTAG('4', 'X', 'M', 'A')}, { CODEC_ID_PCM_S24BE, MKTAG('i', 'n', '2', '4')}, { CODEC_ID_PCM_S8, MKTAG('t', 'w', 'o', 's')}, + { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K')}, + { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1')}, + { CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n')}, { 0, 0 }, };