Example #1
0
Playlist::Playlist( Playlist &playlist ) :
	Mlt::Producer( playlist ),
	instance( playlist.get_playlist( ) )
{
	inc_ref( );
}