GNOME Bugzilla – Bug 775378
opencv: facedetect/motioncells has spurious make_writable calls
Last modified: 2016-12-02 02:16:02 UTC
The BaseTransform base class ensure that output buffer is always writable unless passthrough. Those element seems to call make_writable for no reason.
Created attachment 341192 [details] [review] opencv: Remove uneeded buffer writability check When set to in_place, the BaseTransform class will guaranty that buffers passed to transform_ip() function are writable.
Attachment 341192 [details] pushed as 831735f - opencv: Remove uneeded buffer writability check