changeset 26814:7338603e692c

Add some codec specifications needed to play MTV files. Fixes e.g. http://samples.mplayerhq.hu/mtv/Fun_Final.mtv
author reimar
date Wed, 21 May 2008 16:36:40 +0000
parents 6d600082d7c1
children fd3b28579cee
files etc/codecs.conf
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Wed May 21 16:27:35 2008 +0000
+++ b/etc/codecs.conf	Wed May 21 16:36:40 2008 +0000
@@ -2211,6 +2211,13 @@
   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 @@
   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 @@
   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