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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/img_format.h b/video/img_format.h
index 8567c8aa96..b6f5b9b2fa 100644
--- a/video/img_format.h
+++ b/video/img_format.h
@@ -148,9 +148,6 @@ enum mp_imgfmt {
IMGFMT_Y8,
IMGFMT_Y16,
- // Gray with alpha (packed)
- IMGFMT_YA8,
-
// Packed YUV formats (components are byte-accessed)
IMGFMT_UYVY, // U Y0 V Y1