Mercurial > mplayer.hg
diff etc/codecs.conf @ 12444:0971849c04b6
Use roqvideo and roqaudio decoders from libavcodec
author | rtognimp |
---|---|
date | Sat, 08 May 2004 18:00:11 +0000 |
parents | cafd695b8eb4 |
children | 53af7b5b7a91 |
line wrap: on
line diff
--- 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