X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltFrame.cpp;h=643f4193bfae17c62c6225a9e3b2a132a1abebcb;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=5d974ce0f32341c5b22198844dfc9e091cedcec5;hpb=47fb1506a99bae1c9cb90f313176f9dab58d5854;p=melted diff --git a/mlt++/src/MltFrame.cpp b/mlt++/src/MltFrame.cpp index 5d974ce..643f419 100644 --- a/mlt++/src/MltFrame.cpp +++ b/mlt++/src/MltFrame.cpp @@ -29,6 +29,7 @@ Frame::Frame( mlt_frame frame ) : } Frame::Frame( Frame &frame ) : + Mlt::Properties( frame ), instance( frame.get_frame( ) ) { inc_ref( );