mirror of https://git.ffmpeg.org/ffmpeg.git
hevc: Fix HWACCEL_MAX for D3D11
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
63ce9fd23c
commit
674b79148f
|
@ -431,7 +431,7 @@ static void export_stream_params(AVCodecContext *avctx,
|
|||
|
||||
static int set_sps(HEVCContext *s, const HEVCSPS *sps)
|
||||
{
|
||||
#define HWACCEL_MAX (CONFIG_HEVC_DXVA2_HWACCEL)
|
||||
#define HWACCEL_MAX (CONFIG_HEVC_DXVA2_HWACCEL + CONFIG_HEVC_D3D11VA_HWACCEL)
|
||||
enum AVPixelFormat pix_fmts[HWACCEL_MAX + 2], *fmt = pix_fmts;
|
||||
int ret;
|
||||
|
||||
|
|
Loading…
Reference in New Issue