]> git.sesse.net Git - ffmpeg/commit
avformat/dump: Fix context/level for payload dump
authorMark Harris <mark.hsj@gmail.com>
Sat, 5 Mar 2016 17:10:00 +0000 (09:10 -0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 6 Mar 2016 02:32:04 +0000 (03:32 +0100)
commit238ddd6482d7aea2e917760a9bef291030a11e61
treeddd2ac0731729ab6c258674fb04e7cf40fc16bee
parentc78a7267175a3d1e07b88be42f949f95124925e3
avformat/dump: Fix context/level for payload dump

Use the context and level specified to av_pkt_dump_log2(),
instead of panic level (0), for dumping packet payload.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/dump.c