summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoframe.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-03-17 14:44:11 +0100
committerLars Knoll <lars.knoll@qt.io>2021-04-06 08:06:31 +0000
commit76aa4e1dd1921441fd34a3907a90e633a2f74911 (patch)
tree654616d8b20172f16970d8c2634db2659ab43554 /src/multimedia/video/qvideoframe.h
parent591395e7dc0bd5afc273d843101862168ede81c9 (diff)
Various improvements to QVideoFrame->QImage conversion
* Implement support for missing pixel formats, we are now able to convert all supported pixel formats to a QImage. * Ensure we always convert to a RGB32 or ARGB32_Premultiplied image * Add missing mappings to gstreamer formats Change-Id: I8816e0a42ced73c96dfff03f131d7a749b55ae36 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/multimedia/video/qvideoframe.h')
-rw-r--r--src/multimedia/video/qvideoframe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/multimedia/video/qvideoframe.h b/src/multimedia/video/qvideoframe.h
index 9628045cc..185291e82 100644
--- a/src/multimedia/video/qvideoframe.h
+++ b/src/multimedia/video/qvideoframe.h
@@ -94,7 +94,6 @@ public:
Format_P010LE,
Format_P010BE,
-
Format_P016LE,
Format_P016BE,