[FFmpeg-cvslog] vorbis: Remove non-compiling debug statement.

Diego Biurrun git at videolan.org
Fri Jun 3 05:24:57 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Jun  2 23:03:54 2011 +0200| [068aa387128850da488af262d54986d03eebe423] | committer: Diego Biurrun

vorbis: Remove non-compiling debug statement.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=068aa387128850da488af262d54986d03eebe423
---

 libavcodec/vorbisdec.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libavcodec/vorbisdec.c b/libavcodec/vorbisdec.c
index ac64ae8..b969d45 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];



More information about the ffmpeg-cvslog mailing list