You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Experimental: Adding more QImage clean-up logging, to track buffer addresses
This commit is contained in:
@@ -763,6 +763,7 @@ void Frame::AddImage(
|
||||
(QImageCleanupFunction) &openshot::cleanUpBuffer,
|
||||
(void*) pixels_
|
||||
);
|
||||
std::cout << "Frame::AddImage, number: " << number << ", Cleanup buffer: " << ( void * )&pixels_[0] << ", width: " << new_width << ", height: " << new_height << std::endl;
|
||||
AddImage(new_image);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user