[MPlayer-cvslog] CVS: main/libvo vo_jpeg.c,1.25,1.26
Ivo van Poorten CVS
syncmail at mplayerhq.hu
Sun Feb 27 23:25:45 CET 2005
CVS change done by Ivo van Poorten CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv9633/libvo
Modified Files:
vo_jpeg.c
Log Message:
vo_jpeg now uses the generic int_pos() from subopt-helper.c
Index: vo_jpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_jpeg.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- vo_jpeg.c 19 Jan 2005 17:10:20 -0000 1.25
+++ vo_jpeg.c 27 Feb 2005 22:25:42 -0000 1.26
@@ -313,16 +313,6 @@
return 0;
}
-/** \brief Validation function for maxfiles > 0
- */
-
-static int int_pos(int *mf)
-{
- if ( *mf > 0 )
- return 1;
- return 0;
-}
-
static uint32_t preinit(const char *arg)
{
opt_t subopts[] = {
More information about the MPlayer-cvslog
mailing list