[Mplayer-cvslog] CVS: main/libmpcodecs vf_detc.c,1.3,1.4
Alex Beregszaszi
alex at mplayerhq.hu
Fri Mar 21 17:56:28 CET 2003
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 at 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);
More information about the MPlayer-cvslog
mailing list