skip to main |
skip to sidebar
void ClearClosedCaption(void)
{
#ifdef SUPPORT_TW88_CC_DECODER
ClearClosedCaption_TW88();
#endif
#ifdef SUPPORT_CC_DECODER
ClearClosedCaption_Zilog();
#endif
}
void ClearClosedCaption(void)
{
#ifdef SUPPORT_TW88_CC_DECODER
ClearClosedCaption_TW88();
#endif
#ifdef SUPPORT_CC_DECODER
ClearClosedCaption_Zilog();
#endif
}