Mercurial > mplayer.hg
changeset 34359:2cc52bc15984
Support SBG decoding using ffwavesynth.
author | cigaes |
---|---|
date | Thu, 15 Dec 2011 22:32:22 +0000 |
parents | 127c798974a0 |
children | d2cca56ef858 |
files | etc/codecs.conf libmpdemux/mp_taglists.c |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Thu Dec 15 14:01:05 2011 +0000 +++ b/etc/codecs.conf Thu Dec 15 22:32:22 2011 +0000 @@ -5463,3 +5463,11 @@ fourcc TRHD ; internal MPlayer FourCC dll thd driver spdif + +audiocodec ffwavesynth + info "FFmpeg wave synthesizer" + status working + fourcc "FFWS" ; internal MPlayer FourCC + driver ffmpeg + dll "wavesynth" +
--- a/libmpdemux/mp_taglists.c Thu Dec 15 14:01:05 2011 +0000 +++ b/libmpdemux/mp_taglists.c Thu Dec 15 22:32:22 2011 +0000 @@ -43,6 +43,7 @@ { CODEC_ID_COOK, MKTAG('c', 'o', 'o', 'k')}, { CODEC_ID_DSICINAUDIO, MKTAG('D', 'C', 'I', 'A')}, { CODEC_ID_EAC3, MKTAG('E', 'A', 'C', '3')}, + { CODEC_ID_FFWAVESYNTH, MKTAG('F', 'F', 'W', 'S')}, { CODEC_ID_G723_1, MKTAG('7', '2', '3', '1')}, { CODEC_ID_INTERPLAY_DPCM, MKTAG('I', 'N', 'P', 'A')}, { CODEC_ID_MLP, MKTAG('M', 'L', 'P', ' ')},