summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/video/qvideoframe.h')
-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 375f80dac..206658bc5 100644
--- a/src/multimedia/video/qvideoframe.h
+++ b/src/multimedia/video/qvideoframe.h
@@ -75,7 +75,6 @@ public:
Format_ARGB8565_Premultiplied,
Format_BGRA32,
Format_BGRA32_Premultiplied,
- Format_ABGR32,
Format_BGR32,
Format_BGR24,
Format_BGR565,
@@ -102,6 +101,7 @@ public:
Format_CameraRaw,
Format_AdobeDng,
+ Format_ABGR32, // ### Qt 6: reorder
#ifndef Q_QDOC
NPixelFormats,