X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fintrax8.c;h=5e1233bf0a31a1ec139e7b6a234192a85279dd63;hb=d3874b74f35b17fd69a2074060fa5d6b1889796e;hp=1e881fc567bc13fddd725f6ed218397fe28499f5;hpb=d7a2451688442d2736f4811267277c7051f414a6;p=ffmpeg diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index 1e881fc567b..5e1233bf0a3 100644 --- a/libavcodec/intrax8.c +++ b/libavcodec/intrax8.c @@ -116,7 +116,7 @@ static av_cold int x8_vlc_init(void) #undef init_or_vlc if (offset != sizeof(table) / sizeof(VLC_TYPE) / 2) { - av_log(NULL, AV_LOG_ERROR, "table size %zd does not match needed %i\n", + av_log(NULL, AV_LOG_ERROR, "table size %"SIZE_SPECIFIER" does not match needed %i\n", sizeof(table) / sizeof(VLC_TYPE) / 2, offset); return AVERROR_INVALIDDATA; }