diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-29 10:51:39 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-29 10:51:39 +0000 |
commit | 19300ef1dba9462b849e35fc24217ac8a04a0f28 (patch) | |
tree | 5a9ee729c8ae0e12733aa3b60ca49646afb3067b /libmpdemux/demux_lavf.c | |
parent | 6add846d7c852d9ed8f1c3eb6650e37af6ac728d (diff) | |
download | mpv-19300ef1dba9462b849e35fc24217ac8a04a0f28.tar.bz2 mpv-19300ef1dba9462b849e35fc24217ac8a04a0f28.tar.xz |
support for Westwood SND1 audio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21378 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/demux_lavf.c')
-rw-r--r-- | libmpdemux/demux_lavf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/demux_lavf.c b/libmpdemux/demux_lavf.c index f6e2a6f9fc..8ad8ad076f 100644 --- a/libmpdemux/demux_lavf.c +++ b/libmpdemux/demux_lavf.c @@ -84,6 +84,7 @@ const CodecTag mp_wav_tags[] = { { CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n')}, { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1')}, { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K')}, + { CODEC_ID_WESTWOOD_SND1, MKTAG('S', 'N', 'D', '1')}, { CODEC_ID_XAN_DPCM, MKTAG('A', 'x', 'a', 'n')}, { 0, 0 }, }; |