Skip to content

Commit

Permalink
fix streaming/recording
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoCash authored and vanhofen committed Feb 3, 2021
1 parent e1eb70c commit 2f791a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/genpsi.cpp
Expand Up @@ -148,7 +148,7 @@ void CGenPsi::addPid(uint16_t pid, uint16_t pidtype, short isAC3, const char *da
break;
case EN_TYPE_AUDIO:
apid[nba]=pid;
atypes[nba]=isAC3;
atypes[nba]=!isAC3;
if(data != NULL){
apid_lang[nba][0] = data[0];
apid_lang[nba][1] = data[1];
Expand Down

0 comments on commit 2f791a8

Please sign in to comment.