diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-05 14:56:18 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-05 14:56:18 +0000 |
commit | 52e8c7b186ad795cc3b90c8ce9a1fd094b6a2f08 (patch) | |
tree | 6fc522707e95f2e9ab5b2508b4343b83041b72ab /etc | |
parent | 0e949b7ec52f3dc6331839a7b65b3d716e1faf28 (diff) |
updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2714 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 4126415020..89af1731cf 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -395,32 +395,36 @@ videocodec huffyuv videocodec mszh info "AVImszh" - status crashing + status buggy + comment "24bpp only" fourcc MSZH driver vfw dll "avimszh.dll" ; out YUY2 - out BGR32,BGR24,BGR15 +; out BGR32,BGR24,BGR15 + out BGR24 videocodec zlib info "AVIzlib" - status crashing + status buggy + comment "24bpp only" fourcc ZLIB driver vfw dll "avizlib.dll" ; out YUY2 - out BGR32,BGR24,BGR15 +; out BGR32,BGR24,BGR15 + out BGR24 videocodec mwv1 info "Motion Wavelets" - status crashing - comment "decompressquery failed" + status buggy + comment "no yuv, flip requires" fourcc MWV1 driver vfw dll "icmw_32.dll" -; out YV12 - out YUY2 - out BGR32,BGR24,BGR15 +; out YV12 flip +; out YUY2 flip + out BGR32,BGR24,BGR15 flip videocodec m261 info "M261" |