ape: Show more information for loglevel verbose.

Requested by Andy E, fixes bug 687.
This commit is contained in:
Carl Eugen Hoyos
2016-01-19 11:02:14 +01:00
parent e816fe7401
commit 9cf8c3e62c
2 changed files with 2 additions and 2 deletions

View File

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