mirror of https://git.ffmpeg.org/ffmpeg.git
adxenc: remove unneeded log message
This commit is contained in:
parent
e3d4f59f95
commit
c98c6e18d8
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue