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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/video/img_format.h b/video/img_format.h
index 2df16ef095..61d9e02107 100644
--- a/video/img_format.h
+++ b/video/img_format.h
@@ -151,6 +151,10 @@ enum mp_imgfmt {
IMGFMT_Y8,
IMGFMT_Y16,
+ // Planar gray/alpha.
+ IMGFMT_YAP8,
+ IMGFMT_YAP16,
+
// Packed YUV formats (components are byte-accessed)
IMGFMT_UYVY, // U Y0 V Y1