Exemplo n.º 1
0
bool VideoDecoderDXVAPrivate::isHEVCSupported() const
{
    static const bool support_hevc = check_ffmpeg_hevc_dxva2();
    return support_hevc;
}
Exemplo n.º 2
0
bool isHEVCSupported()
{
    static const bool support_hevc = check_ffmpeg_hevc_dxva2();
    return support_hevc;
}