mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 12:11:52 +00:00
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:
parent
7bfa03ac43
commit
80c3412309
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user