diff libvo/vo_jpeg.c @ 14847:5f0f4c31e18b

vo_jpeg now uses the generic int_pos() from subopt-helper.c
author ivo
date Sun, 27 Feb 2005 22:25:42 +0000
parents 00c3c4111017
children ba555409718b
line wrap: on
line diff
--- a/libvo/vo_jpeg.c	Sun Feb 27 21:54:40 2005 +0000
+++ b/libvo/vo_jpeg.c	Sun Feb 27 22:25:42 2005 +0000
@@ -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[] = {