Fix compilation on Windows

This commit is contained in:
Loki
2021-06-07 14:22:23 +02:00
parent 84c55d6efc
commit 3a3d4928f9
6 changed files with 143 additions and 114 deletions

View File

@@ -984,6 +984,9 @@ public:
if(gl::ctx.GetError) {
gl_drain_errors;
}
if(frame) {
av_frame_free(frame);
}
}
int in_width, in_height;