From c191e0424b5e45e3dc46340b2e820603530a6ddb Mon Sep 17 00:00:00 2001 From: compn Date: Tue, 24 Jun 2008 12:15:31 +0000 Subject: add support for /game-formats/psx-str/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27133 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 2d149fa2ea..64f8706815 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -9,6 +9,14 @@ release 20070930 ; 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 @@ audiocodec ffadpcmeamaxis 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" -- cgit v1.2.3