Remove dead code

This commit is contained in:
0xboobface 2018-09-07 15:44:22 +02:00
parent 5df0c25a9d
commit 85618289d5
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ public class PMTSection extends PSISection {
int w1 = data.getShort() & 0xffff;
int pcrPid = w1 & 0x1fff;
int w2 = data.getShort() & 0xffff;
int programInfoLength = w2 & 0xfff;
//int w2 = data.getShort() & 0xffff;
//int programInfoLength = w2 & 0xfff;
// List<Tag> tags = parseTags(NIOUtils.read(data, programInfoLength));
// List<PMTStream> streams = new ArrayList<PMTStream>();