mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 02:52:10 +00: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:
parent
981ef7408b
commit
ed4c95bed9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user