[PMT] Fix parsing AC3 audio type.
authorhschang <chang@dev3>
Thu, 3 Jan 2019 04:16:10 +0000 (13:16 +0900)
committerhschang <chang@dev3>
Thu, 3 Jan 2019 04:16:10 +0000 (13:16 +0900)
lib/dvb/pmt.cpp

index ded43a0..f06ec21 100644 (file)
@@ -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;