This commit is contained in:
Milan Nikolic 2021-05-23 19:36:37 +02:00
parent 050a30c830
commit a04f0d0964
No known key found for this signature in database
GPG Key ID: 9229D0EAA3AA4E75

View File

@ -572,7 +572,7 @@ func (p *Picture) cptr() *C.x264_picture_t {
return (*C.x264_picture_t)(unsafe.Pointer(p))
}
// freePlane .
// FreePlane - frees plane.
func (p *Picture) FreePlane(n int) {
C.free(p.Img.Plane[n])
}