mirror of https://github.com/mpv-player/mpv
Support GEOV video codec: Hangs on exit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30532 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
77e66ee012
commit
182001aef1
|
@ -67,6 +67,14 @@ videocodec ffzmbv
|
||||||
dll "zmbv"
|
dll "zmbv"
|
||||||
out RGB24
|
out RGB24
|
||||||
|
|
||||||
|
videocodec geov
|
||||||
|
info "GeoCodec"
|
||||||
|
status buggy
|
||||||
|
fourcc GEOV
|
||||||
|
driver vfw
|
||||||
|
dll "GeoCodec.dll"
|
||||||
|
out BGR24 flip
|
||||||
|
|
||||||
videocodec zmbv
|
videocodec zmbv
|
||||||
info "Zip Motion-Block Video"
|
info "Zip Motion-Block Video"
|
||||||
status working
|
status working
|
||||||
|
|
Loading…
Reference in New Issue