From 6a563af70fb811b115b9f87b8d6ff58928102b2a Mon Sep 17 00:00:00 2001
From: VaL Doroshchuk <valentyn.doroshchuk@qt.io>
Date: Tue, 24 Sep 2019 12:18:34 +0200
Subject: [PATCH] Move QVideoFrame::Format_YUV422P to the end of the Pixel
 Formats

Change-Id: I21afcf6302b18fd3a879fa95ef2c872bcb8a3376
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
---
 src/multimedia/video/qvideoframe.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/multimedia/video/qvideoframe.h b/src/multimedia/video/qvideoframe.h
index b0710cd27..617b0a1d9 100644
--- a/src/multimedia/video/qvideoframe.h
+++ b/src/multimedia/video/qvideoframe.h
@@ -86,7 +86,6 @@ public:
         Format_AYUV444_Premultiplied,
         Format_YUV444,
         Format_YUV420P,
-        Format_YUV422P,
         Format_YV12,
         Format_UYVY,
         Format_YUYV,
@@ -103,6 +102,7 @@ public:
 
         Format_CameraRaw,
         Format_AdobeDng,
+        Format_YUV422P, // ### Qt 6: reorder
 
 #ifndef Q_QDOC
         NPixelFormats,
-- 
GitLab