diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-05-30 15:58:55 +0300 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-05-30 15:58:55 +0300 |
commit | 9b68a49d0132bbe08d3a9bf7a19276801ac415aa (patch) | |
tree | 5ad5e5b525b26c55e2038c98ab625bc5d910a873 /etc | |
parent | 37a3e7155888bdb90b600cde64641c69ef9c710b (diff) | |
parent | eb9fffc32ff70553d95f9d8d91b426e54108d502 (diff) |
Merge svn changes up to r31197
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index b132f40d9e..cbd8e58233 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1959,6 +1959,15 @@ videocodec LEADMW20 guid 0xe2b7dc56, 0x38c5, 0x11d5, 0x91, 0xf6, 0x00, 0x10, 0x4b, 0xdb, 0x8f, 0xf9 out BGR24,BGR8 flip +videocodec cineformhd + info "CineForm HD" + status working + fourcc CFHD + driver dshow + dll "CFDecode2.ax" + guid 0xAD83011E, 0x01d1, 0x4623, 0x91, 0xfd, 0x6b, 0x75, 0xf1, 0x83, 0xc5, 0xa9 + out UYVY + videocodec lagarith info "Lagarith Lossless Video Codec" comment "http://lags.leetcode.net/codec.html, requires an MMX2 CPU." |