summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r--libavformat/matroska.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index d36eb0c9cc..fee09f41d0 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -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;
}