Commit 160e1ee4 authored by diego's avatar diego

Remove unused variable intra_count.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19537 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 64497407
...@@ -73,7 +73,6 @@ static int msmpeg4v34_decode_mb(MpegEncContext *s, DCTELEM block[6][64]); ...@@ -73,7 +73,6 @@ static int msmpeg4v34_decode_mb(MpegEncContext *s, DCTELEM block[6][64]);
extern const uint8_t wmv3_dc_scale_table[32]; extern const uint8_t wmv3_dc_scale_table[32];
#ifdef DEBUG #ifdef DEBUG
int intra_count = 0;
int frame_count = 0; int frame_count = 0;
#endif #endif
...@@ -365,7 +364,6 @@ void msmpeg4_encode_picture_header(MpegEncContext * s, int picture_number) ...@@ -365,7 +364,6 @@ void msmpeg4_encode_picture_header(MpegEncContext * s, int picture_number)
s->esc3_run_length= 0; s->esc3_run_length= 0;
#ifdef DEBUG #ifdef DEBUG
intra_count = 0;
av_log(s->avctx, AV_LOG_DEBUG, "*****frame %d:\n", frame_count++); av_log(s->avctx, AV_LOG_DEBUG, "*****frame %d:\n", frame_count++);
#endif #endif
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment