mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 15:08:09 +08:00
ape: Show more information for loglevel verbose.
Requested by Andy E, fixes bug 687.
This commit is contained in:
@ -337,7 +337,7 @@ static int ape_read_header(AVFormatContext * s)
|
||||
|
||||
ape_dumpinfo(s, ape);
|
||||
|
||||
av_log(s, AV_LOG_DEBUG, "Decoding file - v%d.%02d, compression level %"PRIu16"\n",
|
||||
av_log(s, AV_LOG_VERBOSE, "Decoding file - v%d.%02d, compression level %"PRIu16"\n",
|
||||
ape->fileversion / 1000, (ape->fileversion % 1000) / 10,
|
||||
ape->compressiontype);
|
||||
|
||||
|
Reference in New Issue
Block a user