aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/img_format.h
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2017-06-30 18:01:29 +0200
committerGravatar wm4 <wm4@nowhere>2017-06-30 18:01:29 +0200
commit1ad036a2ef068928640eeda7352e5e70379e2119 (patch)
tree1844cee1f4021c727b8fb2207548f74bbba29382 /video/img_format.h
parent6eb0bbe312c8422f3180b530126e1dfebb47295e (diff)
video: get rid of swapped packed YUV
Another legacy annoyance. The only place where packed YUV is still important is slightly older Apple hardware or drivers, which require it for efficient hardware decoding.
Diffstat (limited to 'video/img_format.h')
-rw-r--r--video/img_format.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/img_format.h b/video/img_format.h
index 4aecdbe174..8567c8aa96 100644
--- a/video/img_format.h
+++ b/video/img_format.h
@@ -152,7 +152,6 @@ enum mp_imgfmt {
IMGFMT_YA8,
// Packed YUV formats (components are byte-accessed)
- IMGFMT_YUYV, // Y0 U Y1 V
IMGFMT_UYVY, // U Y0 V Y1
// Y plane + packed plane for chroma