]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ape.c
avformat: add windows.h to SChannel SSP TLS code
[ffmpeg] / libavformat / ape.c
index 352ddc6d7784ded7c24f0cbd2d8c2a56bf0f1044..3e819728cc7b72857c137a3b0014043a81ad1c9d 100644 (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);