From 26a06a395a1dd69049313d5079135bc07770bbe1 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 22 Dec 2002 18:21:20 +0000 Subject: fixed rv30win and added rv20win (and ucod doesn't supports UYVY) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8527 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 3b39f7eb84..abf2724453 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -863,6 +863,14 @@ videocodec rv40 dll "drv4.so.6.0" out I420 +;videocodec rv40win +; info "Win32 RealPlayer 9 RV40 decoder" +; status working +; fourcc RV40,rv40 +; driver realvid +; dll "drv43260.dll" +; out I420 + videocodec rv30 info "Linux RealPlayer 8 RV30 decoder" status working @@ -873,7 +881,7 @@ videocodec rv30 videocodec rv30win info "Win32 RealPlayer 8 RV30 decoder" - status crashing + status working fourcc RV30,rv30 driver realvid dll "drv33260.dll" @@ -887,6 +895,14 @@ videocodec rv20 dll "drv2.so.6.0" out I420 +videocodec rv20win + info "Win32 RealPlayer 8 RV20 decoder" + status working + fourcc RV20,rv20 + driver realvid + dll "drv23260.dll" + out I420 + ; others: videocodec ffrv10 @@ -951,7 +967,6 @@ videocodec ucod fourcc UCOD driver vfw dll "clrviddd.dll" - out UYVY out BGR32,BGR24,BGR15 flip videocodec vcr2 -- cgit v1.2.3