Skip to content
Snippets Groups Projects
Commit 08d006f5 authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Martin Storsjö
Browse files

h264: Fix HWACCEL_MAX for D3D11

parent 674b7914
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment