X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fwmalosslessdec.c;h=133a3e92d1ad466bec1c940c649147baad0f8f04;hb=aec42ebc27c46625fb7fac9d5717056044ecac92;hp=7eb7b4cd30c434fc20a18efb576c2529ab496445;hpb=25004c7e6eaa91c749763c1dabb41c4fc9c692e2;p=ffmpeg diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c index 7eb7b4cd30c..133a3e92d1a 100644 --- a/libavcodec/wmalosslessdec.c +++ b/libavcodec/wmalosslessdec.c @@ -205,7 +205,6 @@ static av_cold int decode_init(AVCodecContext *avctx) if (s->bits_per_sample == 16) avctx->sample_fmt = AV_SAMPLE_FMT_S16P; else if (s->bits_per_sample == 24) { - av_log(avctx, AV_LOG_WARNING, "Decoding audio at 24 bit-depth\n"); avctx->sample_fmt = AV_SAMPLE_FMT_S32P; avctx->bits_per_raw_sample = 24; } else {