Fix missing override specifier on set_frame()

This commit is contained in:
Cameron Gutman
2023-05-10 23:55:56 -05:00
parent a4f788f853
commit f08ba0fd7c
+1 -1
View File
@@ -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