diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-09-09 18:45:23 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-09-09 18:45:23 +0000 |
commit | 3cfd6d9a9492c695731bfef0aadd0751f56741c8 (patch) | |
tree | 6198baa315954b105dc8e68943099a7bbdbc3cdd | |
parent | 4a913902483e32d0b3d8f8ae88be371de0080269 (diff) |
FFmpeg VMware video codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19768 b3059339-0415-0410-9bf9-f77b7e298cf2
-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 2eab869246..8f2b0db822 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1571,6 +1571,14 @@ videocodec lsv dll "lsvxdec.dll" out BGR32,BGR24,BGR16 flip +videocodec ffvmnc + info "FFmpeg VMware video" + status working + fourcc VMnc + driver ffmpeg + dll "VMware video" + out BGR32,BGR15,BGR8 + videocodec vmnc info "VMware video" status working |