OSDN Git Service

cook: Remove non-compiling debug output.
authorDiego Biurrun <diego@biurrun.de>
Thu, 2 Jun 2011 20:59:27 +0000 (22:59 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 2 Jun 2011 22:44:04 +0000 (00:44 +0200)
random_state was changed from an int to a struct and can no longer be printed
as easily as before.

libavcodec/cook.c

index dfba2c5..e6e2508 100644 (file)
@@ -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);