From 6a708e3b1d4acb456f24bcd1e3d09a83d1070243 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 18 May 2004 00:50:40 +0000 Subject: PiDiP 0.12.14 svn path=/trunk/externals/pidip/; revision=1734 --- modules/pdp_ffmpeg~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pdp_ffmpeg~.c') diff --git a/modules/pdp_ffmpeg~.c b/modules/pdp_ffmpeg~.c index 5669e96..58cdd61 100644 --- a/modules/pdp_ffmpeg~.c +++ b/modules/pdp_ffmpeg~.c @@ -601,7 +601,7 @@ static t_int *pdp_ffmpeg_perform(t_int *w) x->x_audioin_position=(x->x_audioin_position+1)%(2*MAX_AUDIO_PACKET_SIZE); if ( x->x_audioin_position == 2*MAX_AUDIO_PACKET_SIZE-1 ) { - post( "pdp_ffmpeg~ : reaching end of audio buffer" ); + // post( "pdp_ffmpeg~ : reaching end of audio buffer" ); } } -- cgit v1.2.1