mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
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
This commit is contained in:
parent
4bad12384c
commit
b0c0255f08
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user