示例#1
0
bool VideoDecoderDXVAPrivate::isHEVCSupported() const
{
    static const bool support_hevc = check_ffmpeg_hevc_dxva2();
    return support_hevc;
}
示例#2
0
bool isHEVCSupported()
{
    static const bool support_hevc = check_ffmpeg_hevc_dxva2();
    return support_hevc;
}