diff etc/codecs.conf @ 10305:3e40b8f879c8

HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards) based on patch by Alex <d18c7db@hotmail.com>
author arpi
date Wed, 18 Jun 2003 00:34:35 +0000
parents f8b0d1d14d39
children fdc349b9bd1d
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Jun 17 23:43:52 2003 +0000
+++ b/etc/codecs.conf	Wed Jun 18 00:34:35 2003 +0000
@@ -1455,6 +1455,24 @@
   fourcc yv12,YV12
   out YV12
 
+videocodec rawnv12
+  info "RAW NV12"
+  status working
+  driver hmblck
+  format 0x0 0x3231564E
+  format 0x20776172
+  fourcc nv12,NV12
+  out YV12
+
+videocodec rawhm12
+  info "RAW HM12"
+  status working
+  driver hmblck
+  format 0x0 0x32314D48
+  format 0x20776172
+  fourcc hm12,HM12
+  out YV12
+
 videocodec rawi420
   info "RAW I420"
   status working