Increase debug level of No PES packets to parse message

This commit is contained in:
Thulinma 2017-07-31 23:58:23 +02:00
parent 8353939d8a
commit 752093ddcf

View file

@ -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