1
mirror of https://github.com/mpv-player/mpv synced 2024-07-27 17:48:22 +02:00

compiler warning fix by Dominik Mierzejewski <dominik@rangers.eu.org>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9637 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-03-21 16:56:23 +00:00
parent 981ef7408b
commit ed4c95bed9

View File

@ -154,7 +154,7 @@ static void diff_fields(struct metrics *metr, mp_image_t *old, mp_image_t *new)
*metr = m;
}
static status(int f, struct metrics *m)
static void status(int f, struct metrics *m)
{
mp_msg(MSGT_VFILTER, MSGL_V, "frame %d: e=%d o=%d n=%d t=%d\n",
f, m->even, m->odd, m->noise, m->temp);