summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideosurfaces_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/video/qvideosurfaces_p.h')
-rw-r--r--src/multimedia/video/qvideosurfaces_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/video/qvideosurfaces_p.h b/src/multimedia/video/qvideosurfaces_p.h
index f72bd0565..4d9a8a9df 100644
--- a/src/multimedia/video/qvideosurfaces_p.h
+++ b/src/multimedia/video/qvideosurfaces_p.h
@@ -62,7 +62,7 @@ public:
QVideoSurfaces(const QList<QAbstractVideoSurface *> &surfaces, QObject *parent = nullptr);
~QVideoSurfaces();
- QList<QVideoFrame::PixelFormat> supportedPixelFormats(QVideoFrame::HandleType type) const override;
+ QList<QVideoSurfaceFormat::PixelFormat> supportedPixelFormats(QVideoFrame::HandleType type) const override;
bool start(const QVideoSurfaceFormat &format) override;
void stop() override;
bool present(const QVideoFrame &frame) override;