playback_libeplayer: fix build for hisilicon

Origin commit data
------------------
Branch: master
Commit: f3d0062f1b
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-10-19 (Mon, 19 Oct 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Markus Volk
2020-10-19 16:57:20 +02:00
committed by vanhofen
parent 8a15b82b76
commit 3dcc4b147c
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;
}