mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
fix warning:
vf_ow.c: In function 'filter': vf_ow.c:168: warning: unused variable 'sum' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24836 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
10122cd69a
commit
6f88dd80a7
@ -165,7 +165,7 @@ static void compose2D2(float *dst, float *src[4], float *temp[2], int stride, in
|
||||
|
||||
static void filter(struct vf_priv_s *p, uint8_t *dst, uint8_t *src, int dst_stride, int src_stride, int width, int height, int is_luma){
|
||||
int x,y, i, j;
|
||||
double sum=0;
|
||||
// double sum=0;
|
||||
double s= p->strength[!is_luma];
|
||||
int depth= p->depth;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user