Skip to content

Commit

Permalink
remove spurious warning when parsing ID3 pid
Browse files Browse the repository at this point in the history
related to #194
  • Loading branch information
mangui committed Apr 19, 2015
1 parent 1bff70d commit bf2c18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/mangui/hls/demux/TSDemuxer.as
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ package org.mangui.hls.demux {
}
}
CONFIG::LOGGING {
if (!_curId3PES) {
if (!stt && !_curId3PES) {
Log.warn("TS: Discarding ID3 packet with id " + pid + " bad TS segmentation ?");
}
}
Expand Down

0 comments on commit bf2c18e

Please sign in to comment.