Fix missing override specifier on set_frame()
This commit is contained in:
parent
a4f788f853
commit
f08ba0fd7c
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ namespace video {
|
|||
}
|
||||
|
||||
int
|
||||
set_frame(AVFrame *frame, AVBufferRef *hw_frames_ctx) {
|
||||
set_frame(AVFrame *frame, AVBufferRef *hw_frames_ctx) override {
|
||||
this->frame = frame;
|
||||
|
||||
// If it's a hwframe, allocate buffers for hardware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue