comparison DOCS/tech/general.txt @ 5146:1941807a2188

libvo flags
author alex
date Sat, 16 Mar 2002 20:57:53 +0000
parents 84296c3c6ba4
children d8fd45a16beb
comparison
equal deleted inserted replaced
5145:109377795585 5146:1941807a2188
209 this is used by the vidix extension to fill a vo_vaa_t struct, 209 this is used by the vidix extension to fill a vo_vaa_t struct,
210 I do not know how this works since I'm not the author of this 210 I do not know how this works since I'm not the author of this
211 211
212 VOCTRL_QUERY_FORMAT - queries if a given pixelformat is supported. 212 VOCTRL_QUERY_FORMAT - queries if a given pixelformat is supported.
213 return value: flags: 213 return value: flags:
214 0x1 - supported (by hardware or conversion) 214 0x1 - supported
215 0x2 - supported (by hardware, without conversion) 215 0x2 - supported without conversion (define 0x1 too!)
216 0x4 - sub/osd supported (has draw_alpha) 216 0x4 - sub/osd supported (has draw_alpha)
217 0x8 - hardware handles subpics 217 0x8 - hardware handles subpics
218 0x100 - driver/hardware handles timing (blocking) 218 0x100 - driver/hardware handles timing (blocking)
219 219
220 VOCTRL_RESET - reset the video device 220 VOCTRL_RESET - reset the video device