diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index a7c69c0341..a72bd89323 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -3131,8 +3131,6 @@ av_cold void dsputil_init(DSPContext* c, AVCodecContext *avctx) } break; default: - av_log(avctx, AV_LOG_DEBUG, "Unsupported bit depth: %d\n", avctx->bits_per_raw_sample); - case 8: BIT_DEPTH_FUNCS(8, _16); break; }