fix an issue causing free called on unallocated data

This commit is contained in:
loki
2021-06-17 23:26:25 +02:00
parent 4024378772
commit 23b09e3d41
2 changed files with 3 additions and 4 deletions

View File

@@ -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;