From 1ad036a2ef068928640eeda7352e5e70379e2119 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 30 Jun 2017 18:01:29 +0200 Subject: 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. --- video/img_format.h | 1 - 1 file changed, 1 deletion(-) (limited to 'video/img_format.h') 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 -- cgit v1.2.3