changeset 423:74c55d401dff libavformat

unknown format char
author alex
date Wed, 07 Apr 2004 13:27:53 +0000
parents 2f30932cda1f
children dc59cb26955c
files matroska.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/matroska.c	Wed Apr 07 12:47:33 2004 +0000
+++ b/matroska.c	Wed Apr 07 13:27:53 2004 +0000
@@ -927,7 +927,7 @@
                     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;
                 }