00001 #ifndef _XDVSHOW_DISP_H_ 00002 #define _XDVSHOW_DISP_H_ 00003 00004 struct x_params { 00005 u_int32_t dv_format_type; 00006 u_long color_depth; 00007 u_long decode_format; 00008 00009 u_char *pixels[3]; 00010 int pitches[3]; 00011 }; 00012 00013 #endif /* _XDVSHOW_DISP_H_ */