Skip to content

Commit

Permalink
add frame drop explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
max-verem authored and ddennedy committed Feb 16, 2014
1 parent 29298bd commit c59be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/decklink/producer_decklink.cpp
Expand Up @@ -526,7 +526,7 @@ class DeckLinkProducer
{
mlt_frame_close( frame );
mlt_properties_set_int( MLT_PRODUCER_PROPERTIES( getProducer() ), "dropped", ++m_dropped );
mlt_log_warning( getProducer(), "frame dropped %d\n", m_dropped );
mlt_log_warning( getProducer(), "buffer overrun, frame dropped %d\n", m_dropped );
}
pthread_mutex_unlock( &m_mutex );
}
Expand Down

0 comments on commit c59be29

Please sign in to comment.