From 638950731451cbef616015bd81d411e7cdbb9ff0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 17 Mar 2014 18:21:11 +0100 Subject: vdpau: remove legacy pixel formats They were used by ancient libavcodec versions. This also removes the need to distinguish vdpau image formats at all (since there is only one), and some code can be simplified. --- video/img_format.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'video/img_format.c') diff --git a/video/img_format.c b/video/img_format.c index 8681744e5c..96398f8600 100644 --- a/video/img_format.c +++ b/video/img_format.c @@ -114,12 +114,6 @@ struct mp_imgfmt_entry mp_imgfmt_list[] = { FMT_ENDIAN("gbrp14", IMGFMT_GBRP14) FMT_ENDIAN("gbrp16", IMGFMT_GBRP16) FMT_ENDIAN("xyz12", IMGFMT_XYZ12) - FMT("vdpau_mpeg1", IMGFMT_VDPAU_MPEG1) - FMT("vdpau_mpeg2", IMGFMT_VDPAU_MPEG2) - FMT("vdpau_h264", IMGFMT_VDPAU_H264) - FMT("vdpau_wmv3", IMGFMT_VDPAU_WMV3) - FMT("vdpau_vc1", IMGFMT_VDPAU_VC1) - FMT("vdpau_mpeg4", IMGFMT_VDPAU_MPEG4) FMT("vdpau", IMGFMT_VDPAU) FMT("vda", IMGFMT_VDA) FMT("vaapi", IMGFMT_VAAPI) -- cgit v1.2.3