We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2ccef commit eaf79faCopy full SHA for eaf79fa
1 file changed
src/lib/image/MovieFFMpeg/AppleProRes.h
@@ -28,7 +28,7 @@ struct AppleProResContext
28
{
29
if (prpixbuf.baseAddr)
30
31
- av_freep(prpixbuf.baseAddr);
+ av_free(prpixbuf.baseAddr);
32
}
33
if (prdecoder)
34
@@ -44,6 +44,14 @@ struct AppleProResContext
44
45
return *this;
46
47
+ if (prpixbuf.baseAddr)
48
+ {
49
50
+ }
51
+ if (prdecoder)
52
53
+ PRCloseDecoder(prdecoder);
54
55
pixfmt = other.pixfmt;
56
avPixelFormat = other.avPixelFormat;
57
clearPRPixBuf();
0 commit comments