mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Removed a debug info line.
Original commit message from CVS: Removed a debug info line.
This commit is contained in:
parent
96d1132bc6
commit
54271eca8e
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ gst_videoscale_bilinear (unsigned char *src, double x, double y, int sw, int sh)
|
|||
double dest;
|
||||
int color;
|
||||
|
||||
printf("videoscale: scaling bilinear %f %f %dx%d\n", x, y, sw, sh);
|
||||
GST_DEBUG(0,"videoscale: scaling bilinear %f %f %dx%d\n", x, y, sw, sh);
|
||||
|
||||
dest=(1-a)*(1-b)*RC(j,k)+
|
||||
a*(1-b)*RC(j+1,k);
|
||||
|
|
Loading…
Reference in a new issue