diff --git a/ffmpeg.c b/ffmpeg.c index a866f72084..6ff45d98c0 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3797,7 +3797,7 @@ static int process_input(int file_index) reset_eagain(); if (do_pkt_dump) { - av_pkt_dump_log2(NULL, AV_LOG_DEBUG, &pkt, do_hex_dump, + av_pkt_dump_log2(NULL, AV_LOG_INFO, &pkt, do_hex_dump, is->streams[pkt.stream_index]); } /* the following test is needed in case new streams appear