comparison etc/codecs.conf @ 34917:12e224ecc89f

fix original yuv8 decoder fourcc
author compn
date Wed, 04 Jul 2012 00:31:08 +0000
parents b23c78fd56e8
children 6dd0dd63179b
comparison
equal deleted inserted replaced
34916:b23c78fd56e8 34917:12e224ecc89f
202 out BGR24,BGR15,BGR8 query,flip 202 out BGR24,BGR15,BGR8 query,flip
203 203
204 videocodec yuv8 204 videocodec yuv8
205 info "YUV422 = Cb0 Y0 Cr0 Y1 Cb1 Y2 Cr1 Y3 (U Y V Y U Y V Y)" 205 info "YUV422 = Cb0 Y0 Cr0 Y1 Cb1 Y2 Cr1 Y3 (U Y V Y U Y V Y)"
206 status working 206 status working
207 fourcc yuv8 207 fourcc yuv8,YUV8
208 driver vfwex 208 driver vfwex
209 dll "kdvyuv8.dll" ; i wonder if this works with raw codecs? 209 dll "kdvyuv8.dll" ; i wonder if this works with raw codecs?
210 out YV12,I420,UYVY 210 out YV12,I420,UYVY
211 out BGR24,BGR15,BGR32 211 out BGR24,BGR15,BGR32
212 212