Commit 1106a2c5 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavc/webp: Print a warning for unsupported chunks.

parent 4b23a813
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment