changeset 17543:8ddfb75a242e

Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
author diego
date Mon, 06 Feb 2006 21:27:01 +0000
parents 77554102d21f
children 158a957c027d
files etc/codecs.conf
diffstat 1 files changed, 18 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Mon Feb 06 21:25:17 2006 +0000
+++ b/etc/codecs.conf	Mon Feb 06 21:27:01 2006 +0000
@@ -1171,7 +1171,7 @@
   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 @@
   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 @@
   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 @@
   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