From: Dan Dennedy Date: Wed, 23 Mar 2011 07:27:30 +0000 (-0700) Subject: Fix a comment in decklink consumer. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=50af2f0fb0a3b4a1c02b28405326ff7476eb4aec;p=mlt Fix a comment in decklink consumer. --- diff --git a/src/modules/decklink/consumer_decklink.cpp b/src/modules/decklink/consumer_decklink.cpp index 17c496e4..9268c05d 100644 --- a/src/modules/decklink/consumer_decklink.cpp +++ b/src/modules/decklink/consumer_decklink.cpp @@ -480,8 +480,6 @@ static void *run( void *arg ) decklink->render( frame ); if ( !decklink->isBuffering() ) decklink->wait(); - - // Close the frame mlt_events_fire( properties, "consumer-frame-show", frame, NULL ); } }