Hi guys In file libavfilter/drawutils.c there is a function called clip_interval static void clip_interval(int wmax, int *x, int *w, int *dx) what does the parameter means over here, means what is x and what is w wmax is understood to me. I came over here, since valgrind showed me that I am using uninitialized memory. Thanks Anshul