lavc/webp: Print a warning for unsupported chunks.

pull/206/head
Carl Eugen Hoyos 9 years ago
parent 4b23a8137f
commit 1106a2c5dd
  1. 2
      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;

Loading…
Cancel
Save