h263: improve hwaccel #ifdefs

This commit is contained in:
Rémi Denis-Courmont 2014-03-25 20:19:57 +00:00 committed by Vittorio Giovara
parent c042cbc3a6
commit 3325911815
1 changed files with 2 additions and 2 deletions

View File

@ -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,