h263: improve hwaccel #ifdefs

pull/64/head
Rémi Denis-Courmont 11 years ago committed by Vittorio Giovara
parent c042cbc3a6
commit 3325911815
  1. 4
      libavcodec/h263dec.c

@ -634,10 +634,10 @@ intrax8_decoded:
}
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,
#endif
#if CONFIG_VDPAU
#if CONFIG_H263_VDPAU_HWACCEL || CONFIG_MPEG4_VDPAU_HWACCEL
AV_PIX_FMT_VDPAU,
#endif
AV_PIX_FMT_YUV420P,

Loading…
Cancel
Save