From b0c0255f08e451caa3fd222d9ba2b4047a9bf5a7 Mon Sep 17 00:00:00 2001 From: ivo Date: Sun, 27 Feb 2005 22:25:42 +0000 Subject: vo_jpeg now uses the generic int_pos() from subopt-helper.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14848 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_jpeg.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/libvo/vo_jpeg.c b/libvo/vo_jpeg.c index 9fe73f425f..9e113d2515 100644 --- a/libvo/vo_jpeg.c +++ b/libvo/vo_jpeg.c @@ -313,16 +313,6 @@ static int int_zero_hundred(int *val) 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[] = { -- cgit v1.2.3