]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmalosslessdec.c
Merge commit '49623f531972be5dc2dd8c1b4b8748cad7c424ff'
[ffmpeg] / libavcodec / wmalosslessdec.c
index e87291a01c6df9ecfaf1031d14e7bdb878735adc..e9d0bca616c247be1de3b86a87d9b1527aab53d1 100644 (file)
@@ -201,6 +201,7 @@ 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 {