Commit c98c6e18 authored by Justin Ruggles's avatar Justin Ruggles

adxenc: remove unneeded log message

parent e3d4f59f
......@@ -107,8 +107,6 @@ static av_cold int adx_encode_init(AVCodecContext *avctx)
c->cutoff = 500;
ff_adx_calculate_coeffs(c->cutoff, avctx->sample_rate, COEFF_BITS, c->coeff);
av_log(avctx, AV_LOG_DEBUG, "adx encode init\n");
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment