summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-06 21:27:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-06 21:27:01 +0000
commit6c8356666707e2ae688dcb8188616a0be13250db (patch)
tree4f22765fd5f0424f609fd6d2f121248aef9f872e /etc
parent5879f38ce8ed2fe6f56ebf7832f67189c238479a (diff)
downloadmpv-6c8356666707e2ae688dcb8188616a0be13250db.tar.bz2
mpv-6c8356666707e2ae688dcb8188616a0be13250db.tar.xz
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17544 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf36
1 files changed, 18 insertions, 18 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index dc84d3960d..e57f683b20 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1171,7 +1171,7 @@ videocodec 3ivX
out YUY2
out BGR32,BGR24,BGR16,BGR15
-; experimental real video decoder using closed source codecs
+; RealVideo variants
videocodec rv3040
info "Linux RealPlayer 10 RV30/40 decoder"
@@ -1230,6 +1230,14 @@ videocodec rv30mac
dll "drvc.bundle/Contents/MacOS/drvc"
out I420
+videocodec ffrv20
+ info "FFmpeg RV20 decoder"
+ status working
+ fourcc RV20,rv20
+ driver ffmpeg
+ dll rv20
+ out YV12,I420,IYUV
+
videocodec rv20
info "Linux RealPlayer 8 RV20 decoder"
status working
@@ -1254,6 +1262,15 @@ videocodec rv20mac
dll "drv2.bundle/Contents/MacOS/drv2"
out I420
+videocodec ffrv10
+ info "FFmpeg RV10 decoder"
+ status working
+ fourcc RV10,rv10
+ fourcc RV13,rv13
+ driver ffmpeg
+ dll rv10
+ out YV12,I420,IYUV
+
; others:
videocodec alpary
@@ -1282,23 +1299,6 @@ videocodec LEADMW20
guid 0xe2b7dc56, 0x38c5, 0x11d5, 0x91, 0xf6, 0x00, 0x10, 0x4b, 0xdb, 0x8f, 0xf9
out BGR24,BGR8 flip
-videocodec ffrv10
- info "FFmpeg RV10 decoder"
- status working
- fourcc RV10,rv10
- fourcc RV13,rv13
- driver ffmpeg
- dll rv10
- out YV12,I420,IYUV
-
-videocodec ffrv20
- info "FFmpeg RV20 decoder"
- status working
- fourcc RV20,rv20
- driver ffmpeg
- dll rv20
- out YV12,I420,IYUV
-
videocodec ffvp3
info "FFmpeg VP3"
status untested