mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
video-resampler: remove print
This commit is contained in:
parent
1d55bde5bb
commit
b1eb3b7d81
1 changed files with 0 additions and 2 deletions
|
@ -381,8 +381,6 @@ gst_video_resampler_init (GstVideoResampler * resampler,
|
|||
params.fx = 2.0 * params.envelope / n_taps;
|
||||
params.ex = 2.0 / n_taps;
|
||||
|
||||
g_print ("%d\n", n_taps);
|
||||
|
||||
if (n_taps > in_size)
|
||||
n_taps = in_size;
|
||||
|
||||
|
|
Loading…
Reference in a new issue