increase debug lvel of dumpPacket

This commit is contained in:
Isaac Connor 2018-01-31 14:33:42 -05:00
parent c9bc5a8cd8
commit bdb5176981
1 changed files with 1 additions and 1 deletions

View File

@ -458,5 +458,5 @@ void dumpPacket(AVPacket *pkt, const char *text) {
pkt->flags & AV_PKT_FLAG_KEY, pkt->flags & AV_PKT_FLAG_KEY,
pkt->pos, pkt->pos,
pkt->duration); pkt->duration);
Debug(1, "%s:%d:%s: %s", __FILE__, __LINE__, text, b); Debug(2, "%s:%d:%s: %s", __FILE__, __LINE__, text, b);
} }