Increase debug level of No PES packets to parse message
This commit is contained in:
parent
8353939d8a
commit
752093ddcf
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ namespace TS{
|
||||||
}
|
}
|
||||||
std::deque<Packet> &inStream = pesStreams[tid];
|
std::deque<Packet> &inStream = pesStreams[tid];
|
||||||
if (inStream.size() <= 1){
|
if (inStream.size() <= 1){
|
||||||
INFO_MSG("No PES packets to parse");
|
HIGH_MSG("No PES packets to parse");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Find number of packets before unit Start
|
// Find number of packets before unit Start
|
||||||
|
|
Loading…
Add table
Reference in a new issue