From ff8129267ea5def49ae88140c7046ceac6945474 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 7 Jan 2015 15:54:58 +0100 Subject: [PATCH] video-scaler: remove useless debug --- gst-libs/gst/video/video-scaler.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gst-libs/gst/video/video-scaler.c b/gst-libs/gst/video/video-scaler.c index 82e4068f4d..274cedbd2d 100644 --- a/gst-libs/gst/video/video-scaler.c +++ b/gst-libs/gst/video/video-scaler.c @@ -866,9 +866,6 @@ gst_video_scaler_horizontal (GstVideoScaler * scale, GstVideoFormat format, if (scale->tmpwidth < width) realloc_tmplines (scale, width); - GST_DEBUG ("format %d, pstride %d max_taps %d", format, pstride, - scale->resampler.max_taps); - switch (pstride) { case 4: switch (scale->resampler.max_taps) { @@ -942,9 +939,6 @@ gst_video_scaler_vertical (GstVideoScaler * scale, GstVideoFormat format, if (scale->tmpwidth < width) realloc_tmplines (scale, width); - GST_DEBUG ("format %d, pstride %d max_taps %d", format, pstride, - scale->resampler.max_taps); - switch (pstride) { case 4: switch (scale->resampler.max_taps) { -- 2.34.1