diff libmpcodecs/vf_divtc.c @ 24360:ba7da0656d80

warning fix: libmpcodecs/vf_divtc.c:206: warning: 'cmp' defined but not used
author diego
date Sun, 09 Sep 2007 09:59:50 +0000
parents 5c3c7efd9b75
children 00fff9a3b735
line wrap: on
line diff
--- a/libmpcodecs/vf_divtc.c	Sun Sep 09 09:57:36 2007 +0000
+++ b/libmpcodecs/vf_divtc.c	Sun Sep 09 09:59:50 2007 +0000
@@ -203,8 +203,6 @@
  * 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)
    {