]> git.sesse.net Git - mlt/blobdiff - src/modules/decklink/consumer_decklink.cpp
Fix a comment in decklink consumer.
[mlt] / src / modules / decklink / consumer_decklink.cpp
index 17c496e426429b30f15e852b35edfb5afd270b6f..9268c05d281535e3488f6d51a649612ddc5cdf56 100644 (file)
@@ -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 );
                }
        }