We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fe114 commit 787002aCopy full SHA for 787002a
src/main/java/nl/digitalekabeltelevisie/data/mpeg/PID.java
@@ -338,7 +338,7 @@ private void updateNonErrorPacket(final TSPacket packet) {
338
if (isNormalPacket(packet, adaptationField)) {
339
handleNormalPacket(packet);
340
341
- if (packet.hasAdaptationField()) {
+ if (adaptationField != null) {
342
processTEMI(adaptationField, temiMap, packet.getPacketNo());
343
}
344
if (packet.isPayloadUnitStartIndicator() && type != PSI) {
0 commit comments