Commit 0f714abb authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '654c7446'

* commit '654c7446':
  vc1dec: improve hwaccel #ifdefs
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents c43ebd94 654c7446
......@@ -6242,13 +6242,13 @@ static const AVProfile profiles[] = {
};
static const enum AVPixelFormat vc1_hwaccel_pixfmt_list_420[] = {
#if CONFIG_DXVA2
#if CONFIG_VC1_DXVA2_HWACCEL
AV_PIX_FMT_DXVA2_VLD,
#endif
#if CONFIG_VAAPI
#if CONFIG_VC1_VAAPI_HWACCEL
AV_PIX_FMT_VAAPI_VLD,
#endif
#if CONFIG_VDPAU
#if CONFIG_VC1_VDPAU_HWACCEL
AV_PIX_FMT_VDPAU,
#endif
AV_PIX_FMT_YUV420P,
......
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