mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
cleanup
This commit is contained in:
@@ -13,11 +13,7 @@ void cPlayback::Close(void)
|
||||
{
|
||||
}
|
||||
|
||||
#ifdef MARTII
|
||||
bool cPlayback::Start(char * filename, unsigned short vpid, int vtype, unsigned short apid, bool ac3, int duration, bool /*noprobe*/)
|
||||
#else
|
||||
bool cPlayback::Start(char * filename, unsigned short vpid, int vtype, unsigned short apid, bool ac3, int duration)
|
||||
#endif
|
||||
{
|
||||
printf("%s:%s - filename=%s vpid=%u vtype=%d apid=%u ac3=%d duration=%i\n",
|
||||
FILENAME, __func__, filename, vpid, vtype, apid, ac3, duration);
|
||||
@@ -30,14 +26,6 @@ bool cPlayback::SetAPid(unsigned short pid, bool /*ac3*/)
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifndef MARTII
|
||||
bool cPlayback::SetSPid(int pid)
|
||||
{
|
||||
printf("%s:%s pid %i\n", FILENAME, __func__, pid);
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
bool cPlayback::SetSpeed(int speed)
|
||||
{
|
||||
printf("%s:%s playing %d speed %d\n", FILENAME, __func__, playing, speed);
|
||||
@@ -68,7 +56,7 @@ void cPlayback::FindAllPids(uint16_t *, unsigned short *, uint16_t *numpida, std
|
||||
printf("%s:%s\n", FILENAME, __func__);
|
||||
*numpida = 0;
|
||||
}
|
||||
#ifdef MARTII
|
||||
|
||||
void cPlayback::FindAllSubtitlePids(uint16_t * /*pids*/, uint16_t *numpids, std::string * /*language*/)
|
||||
{
|
||||
*numpids = 0;
|
||||
@@ -110,7 +98,6 @@ void cPlayback::RequestAbort()
|
||||
unsigned short cPlayback::GetTeletextPid(void)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
cPlayback::cPlayback(int /*num*/)
|
||||
{
|
||||
|
Reference in New Issue
Block a user