1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

Restore function parameters mistakenly removed in previous commit.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27657 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-09-23 20:53:08 +00:00
parent 02eb69fc5c
commit fdb59804aa

View File

@ -221,7 +221,7 @@ static void de_macro_uv(unsigned char *srcu, unsigned char *srcv,
}
}
int ivtv_probe(int verbose)
int ivtv_probe(int verbose, int force)
{
unsigned char fb_number = 0;
char *device_name = NULL;
@ -356,7 +356,7 @@ yuv_found:
return 0;
}
int ivtv_init(void)
int ivtv_init(const char *args)
{
if(ivtv_verbose)
printf(IVTV_MSG"init\n");