Exemple #1
0
bool CSysInfo::HasVideoToolBoxDecoder()
{
#if defined(HAVE_VIDEOTOOLBOXDECODER)
  return DarwinHasVideoToolboxDecoder();
#else
  return false;
#endif
}
Exemple #2
0
bool CSysInfo::HasVideoToolBoxDecoder()
{
  bool        result = false;

#if defined(HAVE_VIDEOTOOLBOXDECODER)
  result = DarwinHasVideoToolboxDecoder();
#endif
  return result;
}