diff --git a/src/multimedia/video/qvideoframe.h b/src/multimedia/video/qvideoframe.h
index b0710cd27c71d5680238a597201f66f23f5aa8bf..617b0a1d9fa7e67aea8c9fae5d42abd770a894af 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,