summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf16
1 files changed, 16 insertions, 0 deletions
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