Commit 6a563af7 authored by VaL Doroshchuk's avatar VaL Doroshchuk
Browse files

Move QVideoFrame::Format_YUV422P to the end of the Pixel Formats


Change-Id: I21afcf6302b18fd3a879fa95ef2c872bcb8a3376
Reviewed-by: default avatarEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
parent 22dac341
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -86,7 +86,6 @@ public: ...@@ -86,7 +86,6 @@ public:
Format_AYUV444_Premultiplied, Format_AYUV444_Premultiplied,
Format_YUV444, Format_YUV444,
Format_YUV420P, Format_YUV420P,
Format_YUV422P,
Format_YV12, Format_YV12,
Format_UYVY, Format_UYVY,
Format_YUYV, Format_YUYV,
...@@ -103,6 +102,7 @@ public: ...@@ -103,6 +102,7 @@ public:
Format_CameraRaw, Format_CameraRaw,
Format_AdobeDng, Format_AdobeDng,
Format_YUV422P, // ### Qt 6: reorder
#ifndef Q_QDOC #ifndef Q_QDOC
NPixelFormats, NPixelFormats,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment