mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libarmbox/playback_libeplayer3: fix audio track select, broken pointer size
Origin commit data
------------------
Branch: master
Commit: 4313875647
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-12-29 (Sun, 29 Dec 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -522,10 +522,10 @@ bool cPlayback::SetPosition(int position, bool absolute)
|
||||
return true;
|
||||
}
|
||||
|
||||
void cPlayback::FindAllPids(int *apids, unsigned int *ac3flags, unsigned int *numpida, std::string *language)
|
||||
void cPlayback::FindAllPids(uint16_t *apids, unsigned short *ac3flags, uint16_t *numpida, std::string *language)
|
||||
{
|
||||
hal_info("%s\n", __func__);
|
||||
int max_numpida = *numpida;
|
||||
const int max_numpida = 40;//MAX_PLAYBACK_PIDS defined in neutrino movieplayer.h
|
||||
*numpida = 0;
|
||||
|
||||
if (player && player->manager && player->manager->audio)
|
||||
|
Reference in New Issue
Block a user