changeset 12444:0971849c04b6

Use roqvideo and roqaudio decoders from libavcodec
author rtognimp
date Sat, 08 May 2004 18:00:11 +0000
parents ae4ae7ab636c
children d97398ed403e
files etc/codecs.conf
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
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