HuffYUV fixed, DIV2 added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@743 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-05-09 22:09:12 +00:00
parent 179b2884c7
commit a124989983
1 changed files with 7 additions and 5 deletions

View File

@ -20,6 +20,7 @@ videocodec mpeg4
; comment "No postprocessing"
fourcc MPG4,mpg4
fourcc MP42,mp42
fourcc DIV2 mp42
driver vfw
dll "mpg4c32.dll"
out YUY2 yuvhack
@ -29,6 +30,7 @@ videocodec divxds
info "DivX ;-) (MS MPEG-4 v3)"
comment "with postprocessing"
status working
; fourcc DIV2 div4
fourcc MP43,mp43 div3 ; fourcc mapping to div3
fourcc DIV5,div5 div3
fourcc DIV6,div6 div4
@ -220,14 +222,14 @@ videocodec morgands
videocodec huffyuv
info "HuffYUV"
status crashing
comment "ICDecompressGetFormat failed: Error -2"
status buggy
comment "YUY2 _or_ 24/32bpp only (depending on file encoding)"
fourcc HFYU
driver vfw
dll "huffyuv.dll"
; out YUY2
; out UYVY
out BGR32,BGR24,BGR15
out YUY2 flip
; out UYVY flip
out BGR32,BGR24 flip
videocodec mszh
info "AVImszh"