From 8b4237a3ece830303092d47f9f765e6c35fb5f73 Mon Sep 17 00:00:00 2001 From: rtognimp Date: Sat, 8 May 2004 18:00:11 +0000 Subject: Use roqvideo and roqaudio decoders from libavcodec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12445 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'etc/codecs.conf') diff --git a/etc/codecs.conf b/etc/codecs.conf index 87e0a15d00..3b6e254296 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -184,6 +184,15 @@ videocodec ffmsrle dll "msrle" out BGR8 +videocodec ffroqvideo + info "Id RoQ File Video Decoder" + status buggy + comment "buggy" + fourcc RoQV ; RoQV is an internal MPlayer FOURCC + driver ffmpeg + dll "roqvideo" + out YV12 + videocodec roqvideo info "Id RoQ File Video Decoder" status buggy @@ -1923,6 +1932,13 @@ audiocodec dk3adpcm ; registered with Microsoft driver dk3adpcm +audiocodec ffroqaudio + info "Id RoQ File Audio Decoder" + status working + fourcc RoQA ; RoQA is an internal MPlayer FOURCC + driver ffmpeg + dll "roq_dpcm" + audiocodec roqaudio info "Id RoQ File Audio Decoder" status working -- cgit v1.2.3