2018-11-20 8:46 GMT+01:00, Peter Ross <pr...@xvid.org>: > --- > libavfilter/f_graphmonitor.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/f_graphmonitor.c b/libavfilter/f_graphmonitor.c > index 7052c84d9b..c001835364 100644 > --- a/libavfilter/f_graphmonitor.c > +++ b/libavfilter/f_graphmonitor.c > @@ -211,7 +211,7 @@ static void draw_items(AVFilterContext *ctx, AVFrame > *out, > snprintf(buffer, sizeof(buffer)-1, " | queue: "); > drawtext(out, xpos, ypos, buffer, s->white); > xpos += strlen(buffer) * 8; > - snprintf(buffer, sizeof(buffer)-1, "%"PRId64, frames); > + snprintf(buffer, sizeof(buffer)-1, "%"SIZE_SPECIFIER, frames);
lgtm. Carl Eugen _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel