diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-11 01:12:37 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-11 01:12:37 +0000 |
commit | 182001aef1e2d66228fb603424ac37c8f814aae6 (patch) | |
tree | 4093f49d52c5c5df8b76ad8129cca6db0ba60bc3 /etc | |
parent | 77e66ee012c4811996ac1a6170dfd3802adfbba6 (diff) |
Support GEOV video codec: Hangs on exit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30532 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 99c402d367..6e04bc032f 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -67,6 +67,14 @@ videocodec ffzmbv dll "zmbv" out RGB24 +videocodec geov + info "GeoCodec" + status buggy + fourcc GEOV + driver vfw + dll "GeoCodec.dll" + out BGR24 flip + videocodec zmbv info "Zip Motion-Block Video" status working |