コード例 #1
0
ファイル: VideoDecoderDXVA.cpp プロジェクト: 151706061/QtAV
bool VideoDecoderDXVAPrivate::isHEVCSupported() const
{
    static const bool support_hevc = check_ffmpeg_hevc_dxva2();
    return support_hevc;
}
コード例 #2
0
ファイル: VideoDecoderD3D.cpp プロジェクト: Andytianya/QtAV
bool isHEVCSupported()
{
    static const bool support_hevc = check_ffmpeg_hevc_dxva2();
    return support_hevc;
}