ffmpeg | branch: master | Carl Eugen Hoyos <[email protected]> | Sun Apr 17 20:42:10 2016 +0200| [1106a2c5dd7e45dc0c559250a4d060ab496e3f8a] | committer: Carl Eugen Hoyos
lavc/webp: Print a warning for unsupported chunks. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1106a2c5dd7e45dc0c559250a4d060ab496e3f8a --- libavcodec/webp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/webp.c b/libavcodec/webp.c index 81b2e91..e715c4b 100644 --- a/libavcodec/webp.c +++ b/libavcodec/webp.c @@ -1500,7 +1500,7 @@ exif_end: case MKTAG('A', 'N', 'M', 'F'): case MKTAG('X', 'M', 'P', ' '): AV_WL32(chunk_str, chunk_type); - av_log(avctx, AV_LOG_VERBOSE, "skipping unsupported chunk: %s\n", + av_log(avctx, AV_LOG_WARNING, "skipping unsupported chunk: %s\n", chunk_str); bytestream2_skip(&gb, chunk_size); break; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
