mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
video-scaler: remove useless debug
This commit is contained in:
parent
fff41f06be
commit
ff8129267e
1 changed files with 0 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue