MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / ~Frame

Method ~Frame

src/Frame.cpp:110–117  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

108
109// Destructor
110Frame::~Frame() {
111 // Clear all pointers
112 image.reset();
113 audio.reset();
114 #ifdef USE_OPENCV
115 imagecv.release();
116 #endif
117}
118
119// Display the frame image to the screen (primarily used for debugging reasons)
120void Frame::Display()

Callers

nothing calls this directly

Calls 2

resetMethod · 0.80
releaseMethod · 0.80

Tested by

no test coverage detected