changeset 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 30b770392f2c
children 15da64a537de
files libmpcodecs/vf_divtc.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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)
    {