[MPlayer-cvslog] r26846 - trunk/etc/codecs.conf
reimar
subversion at mplayerhq.hu
Wed May 21 18:36:40 CEST 2008
Author: reimar
Date: Wed May 21 18:36:40 2008
New Revision: 26846
Log:
Add some codec specifications needed to play MTV files.
Fixes e.g. http://samples.mplayerhq.hu/mtv/Fun_Final.mtv
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf (original)
+++ trunk/etc/codecs.conf Wed May 21 18:36:40 2008
@@ -2211,6 +2211,13 @@ videocodec rawrgb32
format 0x52474220
out RGB32
+videocodec rawrgb32flip
+ info "RAW RGB32 (flipped)"
+ status working
+ driver raw
+ format 0x20424752 0x52474220
+ out RGB32 flip
+
videocodec rawrgb24
info "RAW RGB24"
status working
@@ -2220,6 +2227,13 @@ videocodec rawrgb24
format 0x52474218
out RGB24
+videocodec rawrgb24flip
+ info "RAW RGB24 (flipped)"
+ status working
+ driver raw
+ format 0x18424752 0x52474218
+ out RGB24 flip
+
videocodec rawrgb16
info "RAW RGB16"
status working
@@ -2229,6 +2243,13 @@ videocodec rawrgb16
format 0x52474210
out RGB16
+videocodec rawrgb16flip
+ info "RAW RGB16 (flipped)"
+ status working
+ driver raw
+ format 0x10424752 0x52474210
+ out RGB16 flip
+
videocodec rawbgr32flip
info "RAW BGR32"
status working
More information about the MPlayer-cvslog
mailing list