mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-06 09:39:50 +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
|
||||
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…
x
Reference in New Issue
Block a user