IS_TV
#define IS_TV(c) (c->output_flag & SDVO_TV_MASK)
#define IS_TV(c) ((c)->output_flag & SDVO_TV_MASK)