[FFmpeg-cvslog] cook: Remove non-compiling debug output.

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 22:59:27 2011 +0200| [fb52cf8267984f97dcb18aaf5dcbad42dd6fcacd] | committer: Diego Biurrun

cook: Remove non-compiling debug output.

random_state was changed from an int to a struct and can no longer be printed
as easily as before.

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

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

diff --git a/libavcodec/cook.c b/libavcodec/cook.c
index dfba2c5..e6e2508 100644
--- a/libavcodec/cook.c
+++ b/libavcodec/cook.c
@@ -1023,7 +1023,6 @@ static void dump_cook_context(COOKContext *q)
     PRINT("samples_per_channel",q->subpacket[0].samples_per_channel);
     PRINT("samples_per_frame",q->subpacket[0].samples_per_frame);
     PRINT("subbands",q->subpacket[0].subbands);
-    PRINT("random_state",q->random_state);
     PRINT("js_subband_start",q->subpacket[0].js_subband_start);
     PRINT("log2_numvector_size",q->subpacket[0].log2_numvector_size);
     PRINT("numvector_size",q->subpacket[0].numvector_size);



More information about the ffmpeg-cvslog mailing list