summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhschang <chang@dev3>2019-01-03 04:16:10 (GMT)
committerhschang <chang@dev3>2019-01-03 04:16:10 (GMT)
commit5ef8f53ba52f4f01124b62b63c5a77cd73f41f0a (patch)
tree36956f7378533b264ef26a907e4bb6ff00f6c7d9
parentf885af358ee3295aa529f14e56f2afc3c96b012b (diff)
[PMT] Fix parsing AC3 audio type.
-rw-r--r--lib/dvb/pmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp
index ded43a0..f06ec21 100644
--- a/lib/dvb/pmt.cpp
+++ b/lib/dvb/pmt.cpp
@@ -658,7 +658,7 @@ int eDVBServicePMTHandler::getProgramInfo(program &program)
}
case 0x81: // user private ... but bluray AC3
case 0xA1: // bluray secondary AC3
- if (!isvideo && !isaudio && is_hdmv)
+ if (!isvideo && !isaudio)
{
isaudio = 1;
audio.type = audioStream::atAC3;