GNOME Bugzilla – Bug 748021
video-converter: unused variables n_taps max_taps
Last modified: 2015-04-17 18:25:58 UTC
In setup_scale(), n_taps, max_taps values retrieved using gst_video_scaler_get_coeff(). However, they are unused. They can be either removed or used for printing debug messages (like other places)
Created attachment 301776 [details] [review] remove unused variables Patch attached. Please reveiew.
Pushed, thanks for the patch. commit e78d44ac0bbd6ad5e3d5b2709170e96f14afd893 Author: Ravi Kiran K N <ravi.kiran@samsung.com> Date: Fri Apr 17 11:18:22 2015 +0530 video-converter: Remove unused variables Remove unused variables n_taps, max_taps in setup_scale() https://bugzilla.gnome.org/show_bug.cgi?id=748021