From bcfabf40a4819f82b37c83d0fb969a25454aa828 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 8 Nov 2019 17:22:42 +0100 Subject: img_format: remove some unneeded alpha flag handling Don't know what this was for, but the result doesn't change. --- video/img_format.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'video/img_format.h') diff --git a/video/img_format.h b/video/img_format.h index 5d4cebd892..2df16ef095 100644 --- a/video/img_format.h +++ b/video/img_format.h @@ -179,9 +179,6 @@ enum mp_imgfmt { IMGFMT_0BGR, IMGFMT_RGB0, - IMGFMT_RGB0_START = IMGFMT_0RGB, - IMGFMT_RGB0_END = IMGFMT_RGB0, - // Like IMGFMT_RGBA, but 2 bytes per component. IMGFMT_RGBA64, -- cgit v1.2.3