summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-08 18:00:11 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-08 18:00:11 +0000
commit8b4237a3ece830303092d47f9f765e6c35fb5f73 (patch)
tree54bb5e7df1e6f222af927308116a23c06ab65beb /etc/codecs.conf
parentc1f6ffe35dc2a0094a751d44565480d60addcf8c (diff)
downloadmpv-8b4237a3ece830303092d47f9f765e6c35fb5f73.tar.bz2
mpv-8b4237a3ece830303092d47f9f765e6c35fb5f73.tar.xz
Use roqvideo and roqaudio decoders from libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12445 b3059339-0415-0410-9bf9-f77b7e298cf2
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