# HG changeset patch # User diego # Date 1248939196 0 # Node ID 53d8841d4cc58ca3f5cd762123a6b38a5d288f5d # Parent 38a57d201569918aefd075ecd723b776b6160770 Remove unused variable intra_count. diff -r 38a57d201569 -r 53d8841d4cc5 msmpeg4.c --- 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 }