Event and frame handling
[melted] / mlt++ / src / MltFrame.cpp
index dc242f4..4457cec 100644 (file)
@@ -24,6 +24,7 @@ using namespace Mlt;
 Frame::Frame( mlt_frame frame ) :
        instance( frame )
 {
+       inc_ref( );
 }
 
 Frame::Frame( Frame &frame ) :