projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3d4f59
)
adxenc: remove unneeded log message
author
Justin Ruggles
<justin.ruggles@gmail.com>
Mon, 19 Dec 2011 14:28:15 +0000
(09:28 -0500)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Tue, 3 Jan 2012 23:47:41 +0000
(18:47 -0500)
libavcodec/adxenc.c
patch
|
blob
|
history
diff --git
a/libavcodec/adxenc.c
b/libavcodec/adxenc.c
index
fa97942
..
7c3373c
100644
(file)
--- 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;
}