[MPlayer-cvslog] r34447 - in trunk: etc/codecs.conf libmpdemux/mp_taglists.c

cigaes subversion at mplayerhq.hu
Thu Dec 15 23:32:22 CET 2011


Author: cigaes
Date: Thu Dec 15 23:32:22 2011
New Revision: 34447

Log:
Support SBG decoding using ffwavesynth.

Modified:
   trunk/etc/codecs.conf
   trunk/libmpdemux/mp_taglists.c

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Thu Dec 15 15:01:05 2011	(r34446)
+++ trunk/etc/codecs.conf	Thu Dec 15 23:32:22 2011	(r34447)
@@ -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"
+

Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c	Thu Dec 15 15:01:05 2011	(r34446)
+++ trunk/libmpdemux/mp_taglists.c	Thu Dec 15 23:32:22 2011	(r34447)
@@ -43,6 +43,7 @@ static const struct AVCodecTag mp_wav_ta
     { 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', ' ')},


More information about the MPlayer-cvslog mailing list