X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=inline;f=libavformat%2Fdump.c;h=4d6ccd006a5d39d52098810c8a20e884a5619085;hb=f0c7fa2c484e197dae05fbda70a15b5e2ce81e9a;hp=62ef5e98524cfc7e161e9efee5096baca6a294cb;hpb=f34521266ec5816eefa4c10db6098cb91e03c695;p=ffmpeg diff --git a/libavformat/dump.c b/libavformat/dump.c index 62ef5e98524..4d6ccd006a5 100644 --- a/libavformat/dump.c +++ b/libavformat/dump.c @@ -322,11 +322,7 @@ static void dump_cpb(void *ctx, const AVPacketSideData *sd) } av_log(ctx, AV_LOG_INFO, -#if FF_API_UNSANITIZED_BITRATES - "bitrate max/min/avg: %d/%d/%d buffer size: %d ", -#else - "bitrate max/min/avg: %"PRId64"/%"PRId64"/%"PRId64" buffer size: %d ", -#endif + "bitrate max/min/avg: %"PRId64"/%"PRId64"/%"PRId64" buffer size: %"PRId64" ", cpb->max_bitrate, cpb->min_bitrate, cpb->avg_bitrate, cpb->buffer_size); if (cpb->vbv_delay == UINT64_MAX)