playback_libeplayer: fix build for hisilicon

This commit is contained in:
Markus Volk
2020-10-19 16:57:20 +02:00
parent 5cc1c40c95
commit 942f129653
2 changed files with 2 additions and 3 deletions

View File

@@ -722,7 +722,7 @@ int cPlayback::GetTeletextPid(void)
}
/* dummy functions for subtitles */
void cPlayback::FindAllSubs(int * /*pids*/, unsigned int * /*supp*/, unsigned int *num, std::string * /*lang*/)
void cPlayback::FindAllSubs(short unsigned int * /*pids*/, short unsigned int * /*supp*/, short unsigned int *num, std::string * /*lang*/)
{
*num = 0;
}