mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-11 15:40:11 +00:00
Fix missing override specifier on set_frame()
This commit is contained in:
parent
a4f788f853
commit
f08ba0fd7c
@ -140,7 +140,7 @@ namespace video {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
set_frame(AVFrame *frame, AVBufferRef *hw_frames_ctx) {
|
set_frame(AVFrame *frame, AVBufferRef *hw_frames_ctx) override {
|
||||||
this->frame = frame;
|
this->frame = frame;
|
||||||
|
|
||||||
// If it's a hwframe, allocate buffers for hardware
|
// If it's a hwframe, allocate buffers for hardware
|
||||||
|
Loading…
x
Reference in New Issue
Block a user