# HG changeset patch # User ivo # Date 1109543142 0 # Node ID 5f0f4c31e18b5e07e4b0db5eaee123745dd5bfcd # Parent 073b10b68565c4c0f2374daeeff39b0ea53e9997 vo_jpeg now uses the generic int_pos() from subopt-helper.c diff -r 073b10b68565 -r 5f0f4c31e18b libvo/vo_jpeg.c --- 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[] = {