CVS: main/libmpcodecs vf_detc.c,1.3,1.4
21 Mar
2003
21 Mar
'03
11:56 a.m.
Update of /cvsroot/mplayer/main/libmpcodecs In directory mail:/var/tmp.root/cvs-serv1228 Modified Files: vf_detc.c Log Message: compiler warning fix by Dominik Mierzejewski <dominik@rangers.eu.org> Index: vf_detc.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_detc.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- vf_detc.c 15 Mar 2003 18:01:02 -0000 1.3 +++ vf_detc.c 21 Mar 2003 16:56:23 -0000 1.4 @@ -154,7 +154,7 @@ *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);
8271
Age (days ago)
8271
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alex Beregszaszi