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:
e8f6bd4
)
vorbisdec: Restore mistakenly removed debug output.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 7 Jun 2011 12:02:38 +0000
(14:02 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 7 Jun 2011 12:02:38 +0000
(14:02 +0200)
libavcodec/vorbisdec.c
patch
|
blob
|
history
diff --git
a/libavcodec/vorbisdec.c
b/libavcodec/vorbisdec.c
index b969d4578341c4ec494890792e9198d5364b8252..017102e7775b3be9fff3bbd1f36b5a49668e1eb1 100644
(file)
--- a/
libavcodec/vorbisdec.c
+++ b/
libavcodec/vorbisdec.c
@@
-20,6
+20,7
@@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <inttypes.h>
#include <math.h>
#define ALT_BITSTREAM_READER_LE
@@
-1089,6
+1090,9
@@
static int vorbis_floor0_decode(vorbis_context *vc,
for (i = 0; i < order; i++)
lsp[i] = 2.0f * cos(lsp[i]);
+ av_dlog(NULL, "floor0 synth: map_size = %"PRIu32"; m = %d; wstep = %f\n",
+ vf->map_size[blockflag], order, wstep);
+
i = 0;
while (i < vf->map_size[blockflag]) {
int j, iter_cond = vf->map[blockflag][i];