warning fix:

libmpcodecs/vf_divtc.c:206: warning: 'cmp' defined but not used


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24380 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-09 09:59:50 +00:00
parent 7bfa03ac43
commit 80c3412309
1 changed files with 0 additions and 2 deletions

View File

@ -203,8 +203,6 @@ static int imgop(int(*planeop)(unsigned char *, unsigned char *,
* phases are tested.
*/
static int cmp(int *a, int *b) { return *b-*a; }
static int match(struct vf_priv_s *p, int *diffs,
int phase1, int phase2, double *strength)
{