X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fpcm-dvd.c;h=0a751a81916b71106c355e8c0071b6cad98d8e6a;hb=276f035a4d0f0cbd88c0b67d0358d3d121202c5a;hp=04c321e677e6f02490df2bfd8817dc75415817dd;hpb=86b2c7d422fab1afe1e3c9b3a5fd5d56ad1f3b1d;p=ffmpeg diff --git a/libavcodec/pcm-dvd.c b/libavcodec/pcm-dvd.c index 04c321e677e..0a751a81916 100644 --- a/libavcodec/pcm-dvd.c +++ b/libavcodec/pcm-dvd.c @@ -142,7 +142,7 @@ static int pcm_dvd_parse_header(AVCodecContext *avctx, const uint8_t *header) ff_dlog(avctx, "pcm_dvd_parse_header: %d channels, %d bits per sample, %d Hz, %"PRId64" bit/s\n", avctx->channels, avctx->bits_per_coded_sample, - avctx->sample_rate, (int64_t)avctx->bit_rate); + avctx->sample_rate, avctx->bit_rate); s->last_header = header_int;