From d08be7cba9f842673f15069ae9c446c5418f2f0a Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 7 Feb 2003 20:11:07 +0000 Subject: seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats (should fix upside-down picture from tv in rgb modes) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9321 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 47 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 6 deletions(-) (limited to 'etc/codecs.conf') diff --git a/etc/codecs.conf b/etc/codecs.conf index bcfa818157..8b802c5398 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1243,14 +1243,28 @@ videocodec rawrgb16 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 @@ videocodec rawbgr24 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 @@ videocodec rawbgr16 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 @@ videocodec rawbgr15 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 @@ videocodec rawbgr8 format 0x0 format 0x20776172 format 0x42475208 - out BGR8 flip + out BGR8 videocodec rawbgr1 info "RAW BGR1" -- cgit v1.2.3