From 73a5bde518d3ddc5ca847ab1afb8453106ea78d7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 28 Sep 2016 14:21:32 +0200 Subject: img_format: remove some unneeded format definitions They're still supported, just that they have no IMGFMT_ alias. --- video/img_format.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'video/img_format.h') diff --git a/video/img_format.h b/video/img_format.h index 41463195ac..a91dcf865c 100644 --- a/video/img_format.h +++ b/video/img_format.h @@ -119,20 +119,14 @@ enum mp_imgfmt { // most significant bits with 0 (use shifts to expand them to 16 bits). IMGFMT_444P16, - IMGFMT_444P14, - IMGFMT_444P12, IMGFMT_444P10, IMGFMT_444P9, IMGFMT_422P16, - IMGFMT_422P14, - IMGFMT_422P12, IMGFMT_422P10, IMGFMT_422P9, IMGFMT_420P16, - IMGFMT_420P14, - IMGFMT_420P12, IMGFMT_420P10, IMGFMT_420P9, -- cgit v1.2.3