Mercurial > mplayer.hg
changeset 2713:d5af4a6afa4c
updated
author | arpi |
---|---|
date | Mon, 05 Nov 2001 14:56:18 +0000 |
parents | 7732745d5f3f |
children | 3615abd17375 |
files | etc/codecs.conf |
diffstat | 1 files changed, 13 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Mon Nov 05 08:38:18 2001 +0000 +++ b/etc/codecs.conf Mon Nov 05 14:56:18 2001 +0000 @@ -395,32 +395,36 @@ 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"