[MPlayer-dev-eng] [PATCH] Support SBG decoding using ffwavesynth.

Nicolas George nicolas.george at normalesup.org
Thu Dec 15 19:37:18 CET 2011


---
 etc/codecs.conf          |    8 ++++++++
 libmpdemux/mp_taglists.c |    1 +
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/etc/codecs.conf b/etc/codecs.conf
index 4109a15..40bc476 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -5463,3 +5463,11 @@ audiocodec spdifthd
   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"
+
diff --git a/libmpdemux/mp_taglists.c b/libmpdemux/mp_taglists.c
index 68b4abe..323f032 100644
--- a/libmpdemux/mp_taglists.c
+++ b/libmpdemux/mp_taglists.c
@@ -45,6 +45,7 @@ static const struct AVCodecTag mp_wav_tags[] = {
     { CODEC_ID_EAC3,              MKTAG('E', 'A', 'C', '3')},
     { CODEC_ID_G723_1,            MKTAG('7', '2', '3', '1')},
     { CODEC_ID_INTERPLAY_DPCM,    MKTAG('I', 'N', 'P', 'A')},
+    { CODEC_ID_FFWAVESYNTH,       MKTAG('F', 'F', 'W', 'S')},
     { CODEC_ID_MLP,               MKTAG('M', 'L', 'P', ' ')},
     { CODEC_ID_MP1,               0x50},
     { CODEC_ID_MP4ALS,            MKTAG('A', 'L', 'S', ' ')},
-- 
1.7.7.3



More information about the MPlayer-dev-eng mailing list