summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-02 23:03:54 +0200
committerDiego Biurrun <diego@biurrun.de>2011-06-03 00:44:05 +0200
commit068aa387128850da488af262d54986d03eebe423 (patch)
tree4dfc2b6cd176b24e5b9c4d8891839823f3a1ee10 /libavcodec/vorbisdec.c
parentec6313ad866fc04b7b56af4d639182bf595d3829 (diff)
vorbis: Remove non-compiling debug statement.
Diffstat (limited to 'libavcodec/vorbisdec.c')
-rw-r--r--libavcodec/vorbisdec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/vorbisdec.c b/libavcodec/vorbisdec.c
index ac64ae8c32..b969d45783 100644
--- a/libavcodec/vorbisdec.c
+++ b/libavcodec/vorbisdec.c
@@ -1089,9 +1089,6 @@ static int vorbis_floor0_decode(vorbis_context *vc,
for (i = 0; i < order; i++)
lsp[i] = 2.0f * cos(lsp[i]);
- AV_DEBUG("floor0 synth: map_size = %d; m = %d; wstep = %f\n",
- vf->map_size, order, wstep);
-
i = 0;
while (i < vf->map_size[blockflag]) {
int j, iter_cond = vf->map[blockflag][i];