summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoframeformat.h
Commit message (Collapse)AuthorAgeFilesLines
* Make QVideoFrame(Format) movable, smaller API cleanupsVolker Hilsheimer2021-05-071-11/+20
| | | | | | | Rename nPlanes to planeCount, remove QVideoFrameFormat::sizeHint. Change-Id: Ib176934f4960d01f6bec5258e552e41140dc101a Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-0/+177
The class is used exclusively together with video frames to describe their format, so the name should reflect that. Change-Id: I10bec7a0556b22c69ac790a99282e1376ce4af97 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>