summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-21 16:36:40 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-21 16:36:40 +0000
commitc815e7b9d53b3b36cbc0cff52fa71827a725e96c (patch)
tree4bde22f9aaae9a8e96a01cf4be258dae1f658482 /etc
parent721baa16f41cc4ef683f3c644cb0e74f20ec36c2 (diff)
downloadmpv-c815e7b9d53b3b36cbc0cff52fa71827a725e96c.tar.bz2
mpv-c815e7b9d53b3b36cbc0cff52fa71827a725e96c.tar.xz
Add some codec specifications needed to play MTV files.
Fixes e.g. http://samples.mplayerhq.hu/mtv/Fun_Final.mtv git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26846 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index a26016944e..4e559f4457 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -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