X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fdv%2Fconsumer_libdv.c;h=1d4fafa107c789fce82f79cda2b5d7e6fb2faa1f;hb=5c299d1ae6f3535df35b3f30bae0476a1ca50aa6;hp=15fa136ad1d9b74a02791607273c80748272add8;hpb=1d277e531a78231ac841bdb7e393f111b377be27;p=melted diff --git a/src/modules/dv/consumer_libdv.c b/src/modules/dv/consumer_libdv.c index 15fa136..1d4fafa 100644 --- a/src/modules/dv/consumer_libdv.c +++ b/src/modules/dv/consumer_libdv.c @@ -363,7 +363,7 @@ static void *consumer_thread( void *arg ) while( mlt_properties_get_int( properties, "running" ) ) { // Get the frame - mlt_frame frame = mlt_consumer_get_frame( this ); + mlt_frame frame = mlt_consumer_rt_frame( this, mlt_image_yuv422 ); // Check that we have a frame to work with if ( frame != NULL )