X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fmotion_est%2Ffilter_motion_est.c;h=6e8b021880e0938cebe6bf4cfe34293c2cf6718b;hb=e89b21b07607ae485f56b32f3e67f83f528f2ae6;hp=80a11ad950a03505f21173347cb7ee017947124c;hpb=1305c947ce29e5b12e770ed562879a9648f62ffa;p=melted diff --git a/src/modules/motion_est/filter_motion_est.c b/src/modules/motion_est/filter_motion_est.c index 80a11ad..6e8b021 100644 --- a/src/modules/motion_est/filter_motion_est.c +++ b/src/modules/motion_est/filter_motion_est.c @@ -392,7 +392,7 @@ static void full_search( int ncompare (const void * a, const void * b) { - return ( *(int*)a - *(int*)b ); + return ( *(const int*)a - *(const int*)b ); } // motion vector denoising