From be6373b0540ef71e7276aae37e9a59fe4a6e8d41 Mon Sep 17 00:00:00 2001 From: Mauricio Ferrari Date: Wed, 3 Jul 2024 12:29:19 -0300 Subject: [PATCH] Update qavframe.h --- src/QtAVPlayer/qavframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QtAVPlayer/qavframe.h b/src/QtAVPlayer/qavframe.h index 9feac905..53a50dbe 100644 --- a/src/QtAVPlayer/qavframe.h +++ b/src/QtAVPlayer/qavframe.h @@ -22,7 +22,7 @@ class QAVFrame : public QAVStreamFrame QAVFrame(); ~QAVFrame(); QAVFrame(const QAVFrame &other); - virtual QAVFrame &operator=(const QAVFrame &other); + QAVFrame &operator=(const QAVFrame &other); operator bool() const; AVFrame *frame() const;