CT_VGA
{ CT_VGA, "VGA" }, { CT_RGB, "RGB" }, { CT_COMPOSITE, "COMPOSITE" },
static int cable_type = CT_VGA;
if (cable_type == CT_VGA && video_output != VO_VGA)
if (pvr2_init_cable() == CT_VGA) {
if (cable_type == CT_VGA) {