changeset 36367:28d7bd8adf23

add binary geovision avc codec
author compn
date Fri, 11 Oct 2013 11:42:34 +0000
parents 7ec0ea475900
children 3bc37e1228ee
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Fri Oct 11 08:01:32 2013 +0000
+++ b/etc/codecs.conf	Fri Oct 11 11:42:34 2013 +0000
@@ -1923,6 +1923,14 @@
   dll "GXAMP4.dll"
   out BGR24 flip
 
+videocodec geoavc
+  info "GeoCodec h264 AVC"
+  status working
+  fourcc GAVC
+  driver vfw
+  dll "GXAVC.dll"
+  out BGR32,BGR24 flip
+
 ; MJPEG:
 ; Notes: m3jpeg+mjpeg are MMX optimized. avid is very stable but slow.
 ; ijpg only decodes JPEG images (no MJPEG), and slow.