Update of /cvsroot/mplayer/0_90/libmpcodecs In directory mail:/var/tmp.root/cvs-serv31962 Modified Files: vf_detc.c Log Message: warning fix by Dominik Index: vf_detc.c =================================================================== RCS file: /cvsroot/mplayer/0_90/libmpcodecs/vf_detc.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vf_detc.c 10 Mar 2003 16:17:02 -0000 1.1 +++ vf_detc.c 22 Mar 2003 15:42:30 -0000 1.2 @@ -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);
On Sat, Mar 22, 2003 at 04:42:32PM +0100, Arpi of Ize wrote:
Update of /cvsroot/mplayer/0_90/libmpcodecs In directory mail:/var/tmp.root/cvs-serv31962
Modified Files: vf_detc.c Log Message: warning fix by Dominik
Index: vf_detc.c =================================================================== RCS file: /cvsroot/mplayer/0_90/libmpcodecs/vf_detc.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vf_detc.c 10 Mar 2003 16:17:02 -0000 1.1 +++ vf_detc.c 22 Mar 2003 15:42:30 -0000 1.2 @@ -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);
10l to me for writing such idiotic code! :(( Rich
participants (2)
-
Arpi of Ize -
D Richard Felker III