diff etc/codecs.conf @ 9320:c5bb811fa7fc

seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats (should fix upside-down picture from tv in rgb modes)
author arpi
date Fri, 07 Feb 2003 20:11:07 +0000
parents ba7041fbcfda
children 87e03d96a4cd
line wrap: on
line diff
--- a/etc/codecs.conf	Fri Feb 07 20:01:19 2003 +0000
+++ b/etc/codecs.conf	Fri Feb 07 20:11:07 2003 +0000
@@ -1243,14 +1243,28 @@
   format 0x52474210
   out RGB16
 
+videocodec rawbgr32flip
+  info "RAW BGR32"
+  status working
+  driver raw
+  format 0x0
+  out BGR32 flip
+
 videocodec rawbgr32
   info "RAW BGR32"
   status working
   driver raw
   format 0x0
   format 0x42475220
-  out BGR32 flip
-	   
+  out BGR32
+
+videocodec rawbgr24flip
+  info "RAW BGR24"
+  status working
+  driver raw
+  format 0x0
+  out BGR24 flip
+
 videocodec rawbgr24
   info "RAW BGR24"
   status working
@@ -1258,7 +1272,14 @@
   format 0x0
   format 0x20776172
   format 0x42475218
-  out BGR24 flip
+  out BGR24
+
+videocodec rawbgr16flip
+  info "RAW BGR15"
+  status working
+  driver raw
+  format 0x0
+  out BGR16 flip
 
 videocodec rawbgr16
   info "RAW BGR15"
@@ -1267,7 +1288,14 @@
   format 0x0
   format 0x20776172
   format 0x42475210
-  out BGR16 flip
+  out BGR16
+
+videocodec rawbgr15flip
+  info "RAW BGR15"
+  status working
+  driver raw
+  format 0x0
+  out BGR15 flip
 
 videocodec rawbgr15
   info "RAW BGR15"
@@ -1276,7 +1304,14 @@
   format 0x0
   format 0x20776172
   format 0x4247520F
-  out BGR15 flip
+  out BGR15
+
+videocodec rawbgr8flip
+  info "RAW BGR8"
+  status working
+  driver raw
+  format 0x0
+  out BGR8 flip
 
 videocodec rawbgr8
   info "RAW BGR8"
@@ -1285,7 +1320,7 @@
   format 0x0
   format 0x20776172
   format 0x42475208
-  out BGR8 flip
+  out BGR8
 
 videocodec rawbgr1
   info "RAW BGR1"