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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/multimedia/video/qvideoframe.h b/src/multimedia/video/qvideoframe.h
index 2d5e2d57e..1ee2de622 100644
--- a/src/multimedia/video/qvideoframe.h
+++ b/src/multimedia/video/qvideoframe.h
@@ -76,9 +76,7 @@ public:
};
QVideoFrame();
- QVideoFrame(QAbstractVideoBuffer *buffer, const QVideoFrameFormat &format);
- QVideoFrame(int bytes, int bytesPerLine, const QVideoFrameFormat &format);
- QVideoFrame(const QImage &image);
+ QVideoFrame(const QVideoFrameFormat &format);
QVideoFrame(const QVideoFrame &other);
~QVideoFrame();
@@ -126,6 +124,7 @@ public:
QImage toImage() const;
+ QVideoFrame(QAbstractVideoBuffer *buffer, const QVideoFrameFormat &format);
private:
QExplicitlySharedDataPointer<QVideoFramePrivate> d;
};