changeset 9997:53d8841d4cc5 libavcodec

Remove unused variable intra_count.
author diego
date Thu, 30 Jul 2009 07:33:16 +0000
parents 38a57d201569
children 6b229807a182
files msmpeg4.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/msmpeg4.c	Wed Jul 29 11:31:52 2009 +0000
+++ b/msmpeg4.c	Thu Jul 30 07:33:16 2009 +0000
@@ -73,7 +73,6 @@
 extern const uint8_t wmv3_dc_scale_table[32];
 
 #ifdef DEBUG
-int intra_count = 0;
 int frame_count = 0;
 #endif
 
@@ -365,7 +364,6 @@
     s->esc3_run_length= 0;
 
 #ifdef DEBUG
-    intra_count = 0;
     av_log(s->avctx, AV_LOG_DEBUG, "*****frame %d:\n", frame_count++);
 #endif
 }