fix an issue causing free called on unallocated data
This commit is contained in:
@@ -934,7 +934,7 @@ public:
|
||||
return 0;
|
||||
}
|
||||
|
||||
int set_frame(AVFrame *frame) {
|
||||
int set_frame(AVFrame *frame) override {
|
||||
this->hwframe.reset(frame);
|
||||
this->frame = frame;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user