Skip to content

Commit

Permalink
Update qavframe.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mxnt10 authored Jul 3, 2024
1 parent 180ed12 commit be6373b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QtAVPlayer/qavframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit be6373b

Please sign in to comment.