unknown format char

Originally committed as revision 2976 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2004-04-07 13:27:53 +00:00
parent fd1467581c
commit e9afa2f4dd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}