summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoframe.h
diff options
context:
space:
mode:
authorVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-07-30 15:32:54 +0200
committerVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-08-03 11:53:40 +0200
commita33d782af81abbcc3a3d34c7366bfb7a4e4ee4e8 (patch)
tree4e29845b61c438533e8ebf354ae895673882324f /src/multimedia/video/qvideoframe.h
parent164e22b24056b36910dee15cfa2df35e35f4eaea (diff)
Reorder Format_ABGR32 and Format_YUV422P
Change-Id: I212f2544d8422955e7da22810c2e98a23b7857c0 Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'src/multimedia/video/qvideoframe.h')
-rw-r--r--src/multimedia/video/qvideoframe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multimedia/video/qvideoframe.h b/src/multimedia/video/qvideoframe.h
index d043442a3..268e82d70 100644
--- a/src/multimedia/video/qvideoframe.h
+++ b/src/multimedia/video/qvideoframe.h
@@ -75,6 +75,7 @@ public:
Format_ARGB8565_Premultiplied,
Format_BGRA32,
Format_BGRA32_Premultiplied,
+ Format_ABGR32,
Format_BGR32,
Format_BGR24,
Format_BGR565,
@@ -85,6 +86,7 @@ public:
Format_AYUV444_Premultiplied,
Format_YUV444,
Format_YUV420P,
+ Format_YUV422P,
Format_YV12,
Format_UYVY,
Format_YUYV,
@@ -101,8 +103,6 @@ public:
Format_CameraRaw,
Format_AdobeDng,
- Format_ABGR32, // ### Qt 6: reorder
- Format_YUV422P,
#ifndef Q_QDOC
NPixelFormats,