mirror of https://github.com/mpv-player/mpv
support for Westwood SND1 audio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21378 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6add846d7c
commit
19300ef1db
|
@ -2503,6 +2503,13 @@ audiocodec ffadpcmimaws
|
|||
driver ffmpeg
|
||||
dll adpcm_ima_ws
|
||||
|
||||
audiocodec ffwssnd1
|
||||
info "FFmpeg Westwood SND1"
|
||||
status working
|
||||
fourcc SND1 ; internal MPlayer FourCC
|
||||
driver ffmpeg
|
||||
dll ws_snd1
|
||||
|
||||
audiocodec ffinterplaydpcm
|
||||
info "FFmpeg Interplay DPCM audio"
|
||||
status working
|
||||
|
|
|
@ -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 },
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue