Commit 08d006f5 authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Martin Storsjö

h264: Fix HWACCEL_MAX for D3D11

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 674b7914
......@@ -812,6 +812,7 @@ static void init_scan_tables(H264Context *h)
static enum AVPixelFormat get_pixel_format(H264Context *h)
{
#define HWACCEL_MAX (CONFIG_H264_DXVA2_HWACCEL + \
CONFIG_H264_D3D11VA_HWACCEL + \
CONFIG_H264_VAAPI_HWACCEL + \
(CONFIG_H264_VDA_HWACCEL * 2) + \
CONFIG_H264_VDPAU_HWACCEL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment