[FFmpeg-cvslog] avcodec/wmalosslessdec: remove warning message as bug is fixed
Paul B Mahol
git at videolan.org
Wed Feb 1 20:36:50 EET 2017
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Feb 1 19:35:24 2017 +0100| [71ca855c9d61ed4b3c1e22ac4d713730287d40cd] | committer: Paul B Mahol
avcodec/wmalosslessdec: remove warning message as bug is fixed
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71ca855c9d61ed4b3c1e22ac4d713730287d40cd
---
libavcodec/wmalosslessdec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index 7eb7b4c..133a3e9 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 {
More information about the ffmpeg-cvslog
mailing list