mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
vorbis: Remove non-compiling debug statement.
This commit is contained in:
parent
ec6313ad86
commit
068aa38712
@ -1089,9 +1089,6 @@ static int vorbis_floor0_decode(vorbis_context *vc,
|
|||||||
for (i = 0; i < order; i++)
|
for (i = 0; i < order; i++)
|
||||||
lsp[i] = 2.0f * cos(lsp[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;
|
i = 0;
|
||||||
while (i < vf->map_size[blockflag]) {
|
while (i < vf->map_size[blockflag]) {
|
||||||
int j, iter_cond = vf->map[blockflag][i];
|
int j, iter_cond = vf->map[blockflag][i];
|
||||||
|
Loading…
Reference in New Issue
Block a user