Mercurial > libavcodec.hg
changeset 10640:e3e0c834590e libavcodec
Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo
structs.
author | stefano |
---|---|
date | Fri, 04 Dec 2009 23:16:27 +0000 |
parents | 4e0b0c0cb915 |
children | 9311c65558c0 |
files | imgconvert.c |
diffstat | 1 files changed, 0 insertions(+), 24 deletions(-) [+] |
line wrap: on
line diff
--- a/imgconvert.c Fri Dec 04 15:12:09 2009 +0000 +++ b/imgconvert.c Fri Dec 04 23:16:27 2009 +0000 @@ -278,22 +278,6 @@ .pixel_type = FF_PIXEL_PALETTE, .depth = 8, }, - [PIX_FMT_XVMC_MPEG2_MC] = { - }, - [PIX_FMT_XVMC_MPEG2_IDCT] = { - }, - [PIX_FMT_VDPAU_MPEG1] = { - }, - [PIX_FMT_VDPAU_MPEG2] = { - }, - [PIX_FMT_VDPAU_H264] = { - }, - [PIX_FMT_VDPAU_WMV3] = { - }, - [PIX_FMT_VDPAU_VC1] = { - }, - [PIX_FMT_VDPAU_MPEG4] = { - }, [PIX_FMT_UYYVYY411] = { .nb_channels = 1, .color_type = FF_COLOR_YUV, @@ -391,14 +375,6 @@ .pixel_type = FF_PIXEL_PACKED, .depth = 8, }, - - /* VA API formats */ - [PIX_FMT_VAAPI_MOCO] = { - }, - [PIX_FMT_VAAPI_IDCT] = { - }, - [PIX_FMT_VAAPI_VLD] = { - }, }; void avcodec_get_chroma_sub_sample(enum PixelFormat pix_fmt, int *h_shift, int *v_shift)