summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaL Doroshchuk <valentyn.doroshchuk@qt.io>2019-09-24 12:18:34 +0200
committerVaL Doroshchuk <valentyn.doroshchuk@qt.io>2019-09-24 15:23:48 +0000
commit6a563af70fb811b115b9f87b8d6ff58928102b2a (patch)
treea977ff6cd4937c3453c8d3dfc3d180dedd07123d
parent22dac341eb7c8850618936109794a7b4e8c30b25 (diff)
Move QVideoFrame::Format_YUV422P to the end of the Pixel Formats
Change-Id: I21afcf6302b18fd3a879fa95ef2c872bcb8a3376 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-rw-r--r--src/multimedia/video/qvideoframe.h2
1 files changed, 1 insertions, 1 deletions
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,