You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Experimental: adding debug logging to Frame destructor and QImage cleanup. Also, preventing processing of empty samples
This commit is contained in:
@@ -108,6 +108,8 @@ void Frame::DeepCopy(const Frame& other)
|
||||
|
||||
// Destructor
|
||||
Frame::~Frame() {
|
||||
std::cout << "Frame::~Frame, number: " << number << ", has_image_data: " << has_image_data << std::endl;
|
||||
|
||||
// Clear all pointers
|
||||
image.reset();
|
||||
audio.reset();
|
||||
|
||||
Reference in New Issue
Block a user