Commit e9afa2f4 authored by Alex Beregszaszi's avatar Alex Beregszaszi

unknown format char

Originally committed as revision 2976 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fd146758
......@@ -927,7 +927,7 @@ ebml_read_header (MatroskaDemuxContext *matroska,
return res;
if (num > sizeof(uint32_t)) {
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));
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