summaryrefslogtreecommitdiff
path: root/libavcodec/adxenc.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-12-19 09:28:15 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-01-03 18:47:41 -0500
commitc98c6e18d82a34c7b02d9539d4a79ec3c60fc0b9 (patch)
tree199087a0094e8eb102070800b9a24fdf9f73ae88 /libavcodec/adxenc.c
parente3d4f59f9596539c3f454836c9b64e6565484a22 (diff)
adxenc: remove unneeded log message
Diffstat (limited to 'libavcodec/adxenc.c')
-rw-r--r--libavcodec/adxenc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/adxenc.c b/libavcodec/adxenc.c
index fa97942677..7c3373ce46 100644
--- a/libavcodec/adxenc.c
+++ b/libavcodec/adxenc.c
@@ -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;
}