summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qmediametadata.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-03-02 17:06:14 +0100
committerLars Knoll <lars.knoll@qt.io>2021-03-16 07:45:53 +0000
commit4b99f984a014a90f554bc1924ebae11e25af597c (patch)
tree9bf8a9ba31673b9b64a74f8c246ef1320c69c6fb /src/multimedia/qmediametadata.cpp
parent4547eabd96ffe5d362397e782eb36bcb8749d939 (diff)
Some cleanups in QVideoSurfaceFormat
Remove the pixel aspect ratio property. It's almost always 1/1 or something very close to it. Remove the pseudo property API. If we need to bind this to QML as a value type there are better ways to do it. Change-Id: I02f2170b0f1672529e298593a668eb418caed964 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/multimedia/qmediametadata.cpp')
-rw-r--r--src/multimedia/qmediametadata.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/multimedia/qmediametadata.cpp b/src/multimedia/qmediametadata.cpp
index 2e4f335ce..7a2ee634f 100644
--- a/src/multimedia/qmediametadata.cpp
+++ b/src/multimedia/qmediametadata.cpp
@@ -112,7 +112,6 @@ QT_BEGIN_NAMESPACE
\header \li {3,1}
Image and video attributes
\row \li Resolution \li The dimensions of an image or video. \li QSize
- \row \li PixelAspectRatio \li The pixel aspect ratio of an image or video. \li QSize
\row \li Orientation \li Orientation of an image or video. \li int (degrees)
\header \li {3,1}