Commit c43ebd94 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '33259118'

* commit '33259118':
  h263: improve hwaccel #ifdefs
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 4ea333d7 33259118
...@@ -680,10 +680,10 @@ frame_end: ...@@ -680,10 +680,10 @@ frame_end:
} }
const enum AVPixelFormat ff_h263_hwaccel_pixfmt_list_420[] = { const enum AVPixelFormat ff_h263_hwaccel_pixfmt_list_420[] = {
#if CONFIG_VAAPI #if CONFIG_H263_VAAPI_HWACCEL || CONFIG_MPEG4_VAAPI_HWACCEL
AV_PIX_FMT_VAAPI_VLD, AV_PIX_FMT_VAAPI_VLD,
#endif #endif
#if CONFIG_VDPAU #if CONFIG_H263_VDPAU_HWACCEL || CONFIG_MPEG4_VDPAU_HWACCEL
AV_PIX_FMT_VDPAU, AV_PIX_FMT_VDPAU,
#endif #endif
AV_PIX_FMT_YUV420P, 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