diff etc/codecs.conf @ 27101:2b2ee1d4a62a

add ffmdec and ffadpcmxa force lavf demuxer on .str files works on /game-formats/psx-str/
author compn
date Tue, 24 Jun 2008 12:15:31 +0000
parents 861ce0bb2773
children 4c4c3d7845fc
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Jun 24 09:30:52 2008 +0000
+++ b/etc/codecs.conf	Tue Jun 24 12:15:31 2008 +0000
@@ -9,6 +9,14 @@
 ;                   VIDEO CODECS
 ;=============================================================================
 
+videocodec ffmdec
+  info "FFmpeg Sony PlayStation MDEC (Motion DECoder)"
+  status working
+  fourcc MDEC ; internal MPlayer FourCC
+  driver ffmpeg
+  dll mdec
+  out YV12
+
 videocodec ffsiff
   info "FFmpeg Beam Software SIFF decoder"
   status working
@@ -2813,6 +2821,13 @@
   driver ffmpeg
   dll adpcm_ea_maxis_xa
 
+audiocodec ffadpcmxa
+  info "FFmpeg XA ADPCM audio"
+  status working
+  fourcc PSXA ; internal MPlayer FourCC
+  driver ffmpeg
+  dll adpcm_xa
+
 audiocodec ffxandpcm
   info "FFmpeg XAN DPCM audio"
   comment "only works with libavformat demuxer"