summaryrefslogtreecommitdiffstats
path: root/video/img_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/img_format.h')
-rw-r--r--video/img_format.h5
1 files changed, 0 insertions, 5 deletions
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,