summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoframe.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2021-04-06 14:39:48 +0200
committerLars Knoll <lars.knoll@qt.io>2021-04-06 14:42:07 +0000
commit3769db3e753bcb4bb8cd76d71a1ab148cb3fccbb (patch)
treed7e9df411076e1889023b579872096db9bf35170 /src/multimedia/video/qvideoframe.cpp
parent3c4be415b55e0ea67eb17b30cc50f9f3e64a775d (diff)
Fix compilation errors
- unused arguments - comparison always true - functions with undefined return values - missing includes Change-Id: I6caa92de2c08ed597c42290dba1f22ec709ea6ca Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/multimedia/video/qvideoframe.cpp')
-rw-r--r--src/multimedia/video/qvideoframe.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/multimedia/video/qvideoframe.cpp b/src/multimedia/video/qvideoframe.cpp
index 316366d53..375f19930 100644
--- a/src/multimedia/video/qvideoframe.cpp
+++ b/src/multimedia/video/qvideoframe.cpp
@@ -990,6 +990,7 @@ QDebug operator<<(QDebug dbg, QVideoFrame::HandleType type)
case QVideoFrame::RhiTextureHandle:
return dbg << "RhiTextureHandle";
}
+ return dbg;
}
QDebug operator<<(QDebug dbg, const QVideoFrame& f)