[MPlayer-cvslog] r36270 - trunk/etc/codecs.conf

cehoyos subversion at mplayerhq.hu
Wed May 15 11:54:40 CEST 2013


Author: cehoyos
Date: Wed May 15 11:54:40 2013
New Revision: 36270

Log:
Support audio in GameCube rsd files.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Wed May 15 11:28:41 2013	(r36269)
+++ trunk/etc/codecs.conf	Wed May 15 11:54:40 2013	(r36270)
@@ -4701,6 +4701,13 @@ audiocodec ffadpcmdtk
   driver ffmpeg
   dll adpcm_dtk
 
+audiocodec ffadpcmimarad
+  info "FFmpeg ADPCM IMA Radical"
+  status working
+  fourcc RADP
+  driver ffmpeg
+  dll adpcm_ima_rad
+
 audiocodec ffadpcmimadk4
   info "FFmpeg DK4 IMA ADPCM audio"
   status working
@@ -4898,6 +4905,7 @@ audiocodec ffadpcmthp
   info "FFmpeg THP ADPCM audio"
   status working
   fourcc THPA
+  fourcc GADP ; rsd files
   driver ffmpeg
   dll adpcm_thp
 
@@ -5058,6 +5066,7 @@ audiocodec pcm
   fourcc 23ni ; (MOV files)
   fourcc lpcm ; (MOV files)
   fourcc FL32 ; (aiff files)
+  fourcc "PCM ",PCMB ; rsd files
 ;;;; these are for hardware support only:  (alaw,ulaw,ima-adpcm,mpeg,ac3)
 ;  format 0x6
 ;  format 0x7


More information about the MPlayer-cvslog mailing list