unbreak generic build

This commit is contained in:
martii
2014-04-13 10:07:06 +02:00
parent 7b0ea65fcd
commit aeec7f13a0
4 changed files with 10 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ void cPlayback::Close(void)
}
}
bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, unsigned int)
bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, int)
{
bool ret = false;
bool isHTTP = false;