From 92e92a8ba67b80c864d87e49f6e51d14b5ec2861 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 20 Jun 2002 14:49:53 +0000 Subject: quiet please CVS patchset: 2105 CVS date: 2002/06/20 14:49:53 --- src/xine-engine/metronom.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/xine-engine/metronom.c b/src/xine-engine/metronom.c index 0b467f1f7..016e6f7df 100644 --- a/src/xine-engine/metronom.c +++ b/src/xine-engine/metronom.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: metronom.c,v 1.85 2002/06/19 23:41:16 tmattern Exp $ + * $Id: metronom.c,v 1.86 2002/06/20 14:49:53 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -548,9 +548,9 @@ static void metronom_set_option (metronom_t *this, int option, int64_t value) { break; case METRONOM_ADJ_VPTS_OFFSET: this->vpts_offset += value; - +#ifdef LOG printf ("metronom: adjusting vpts_offset by %lld\n", value ); - +#endif break; default: printf ("metronom: unknown option in set_option: %d\n", -- cgit v1.2.3