From a80f82d4b672d0c912f4717714de36de9581f249 Mon Sep 17 00:00:00 2001 From: Steinar Gunderson Date: Fri, 24 Sep 2010 02:09:15 +0200 Subject: [PATCH] Remove some debugging messages. --- modules/access/sdi.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/access/sdi.cpp b/modules/access/sdi.cpp index c48c5b825d..f5b5af624d 100644 --- a/modules/access/sdi.cpp +++ b/modules/access/sdi.cpp @@ -94,8 +94,6 @@ HRESULT DeckLinkCaptureDelegate::VideoInputFrameArrived(IDeckLinkVideoInputFrame return S_OK; } - msg_Dbg( p_demux_, "Received a frame" ); - block_t *p_frame; p_frame = block_New( p_demux_, 720 * 576 * 3 ); if( !p_frame ) @@ -259,7 +257,6 @@ static int Demux( demux_t *p_demux ) vlc_mutex_unlock( &p_sys->frame_lock ); - msg_Dbg( p_demux, "Sending frame" ); es_out_Control( p_demux->out, ES_OUT_SET_PCR, p_block->i_pts ); es_out_Send( p_demux->out, p_sys->p_es, p_block ); -- 2.39.2