# HG changeset patch # User rtognimp # Date 1084039211 0 # Node ID 0971849c04b69b90ba62572c86084a0f5213e1f3 # Parent ae4ae7ab636c37c558116b70b58f204bf62e0b9c Use roqvideo and roqaudio decoders from libavcodec diff -r ae4ae7ab636c -r 0971849c04b6 etc/codecs.conf --- a/etc/codecs.conf Sat May 08 17:52:25 2004 +0000 +++ b/etc/codecs.conf Sat May 08 18:00:11 2004 +0000 @@ -184,6 +184,15 @@ 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 @@ ; 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