Browse Source

Remove unused variable intra_count.

Originally committed as revision 19537 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun 16 years ago
parent
commit
07fd17823f
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/msmpeg4.c

+ 0
- 2
libavcodec/msmpeg4.c View File

@@ -73,7 +73,6 @@ static int msmpeg4v34_decode_mb(MpegEncContext *s, DCTELEM block[6][64]);
extern const uint8_t wmv3_dc_scale_table[32];

#ifdef DEBUG
int intra_count = 0;
int frame_count = 0;
#endif

@@ -365,7 +364,6 @@ void msmpeg4_encode_picture_header(MpegEncContext * s, int picture_number)
s->esc3_run_length= 0;

#ifdef DEBUG
intra_count = 0;
av_log(s->avctx, AV_LOG_DEBUG, "*****frame %d:\n", frame_count++);
#endif
}


Loading…
Cancel
Save