From 456c2ad222d7663cd8889b5509083ab07c2314b0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 18 Jun 2017 15:03:23 +0200 Subject: img_format: drop unused aliases vo_opengl uses those automatically via pixdesc. --- video/img_format.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'video/img_format.h') diff --git a/video/img_format.h b/video/img_format.h index 8207ff87d3..53e08e1c5b 100644 --- a/video/img_format.h +++ b/video/img_format.h @@ -130,11 +130,6 @@ enum mp_imgfmt { IMGFMT_420P10, IMGFMT_420P9, - // Planar YUV with alpha (4th plane) - IMGFMT_444AP, - IMGFMT_422AP, - IMGFMT_420AP, - // Gray IMGFMT_Y8, IMGFMT_Y16, -- cgit v1.2.3