summaryrefslogtreecommitdiffstats
path: root/video/img_format.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-18 15:03:23 +0200
committerwm4 <wm4@nowhere>2017-06-18 15:15:07 +0200
commit456c2ad222d7663cd8889b5509083ab07c2314b0 (patch)
treeaf027754b96b0ad773edbfaa9f17482f9399b240 /video/img_format.h
parentb6d0b57e8531c2cacb237e2144e858cfdbf1eb32 (diff)
downloadmpv-456c2ad222d7663cd8889b5509083ab07c2314b0.tar.bz2
mpv-456c2ad222d7663cd8889b5509083ab07c2314b0.tar.xz
img_format: drop unused aliases
vo_opengl uses those automatically via pixdesc.
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,