Commit 69b63037 authored by alex's avatar alex

unknown format char


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2976 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3faa4f61
...@@ -927,7 +927,7 @@ ebml_read_header (MatroskaDemuxContext *matroska, ...@@ -927,7 +927,7 @@ ebml_read_header (MatroskaDemuxContext *matroska,
return res; return res;
if (num > sizeof(uint32_t)) { if (num > sizeof(uint32_t)) {
av_log(matroska->ctx, AV_LOG_ERROR, av_log(matroska->ctx, AV_LOG_ERROR,
"IDs of size %llu (> %zu) not supported\n", "IDs of size %llu (> %u) not supported\n",
num, sizeof(uint32_t)); num, sizeof(uint32_t));
return AVERROR_INVALIDDATA; return AVERROR_INVALIDDATA;
} }
......
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