adxenc: remove unneeded log message

This commit is contained in:
Justin Ruggles 2011-12-19 09:28:15 -05:00
parent e3d4f59f95
commit c98c6e18d8

View File

@ -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;
}