Fix missing override specifier on set_frame()
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user