mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
- genpsi: try to fix cst audio; not testet
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -148,7 +148,11 @@ void CGenPsi::addPid(uint16_t pid, uint16_t pidtype, short isAC3, const char *da
|
||||
break;
|
||||
case EN_TYPE_AUDIO:
|
||||
apid[nba]=pid;
|
||||
#if HAVE_CST_HARDWARE
|
||||
atypes[nba]=isAC3;
|
||||
#else
|
||||
atypes[nba]=!isAC3;
|
||||
#endif
|
||||
if(data != NULL){
|
||||
apid_lang[nba][0] = data[0];
|
||||
apid_lang[nba][1] = data[1];
|
||||
|
Reference in New Issue
Block a user