[FFmpeg-cvslog] r19537 - trunk/libavcodec/msmpeg4.c
diego
subversion
Thu Jul 30 09:33:16 CEST 2009
Author: diego
Date: Thu Jul 30 09:33:16 2009
New Revision: 19537
Log:
Remove unused variable intra_count.
Modified:
trunk/libavcodec/msmpeg4.c
Modified: trunk/libavcodec/msmpeg4.c
==============================================================================
--- trunk/libavcodec/msmpeg4.c Wed Jul 29 21:06:55 2009 (r19536)
+++ trunk/libavcodec/msmpeg4.c Thu Jul 30 09:33:16 2009 (r19537)
@@ -73,7 +73,6 @@ static int msmpeg4v34_decode_mb(MpegEncC
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(MpegE
s->esc3_run_length= 0;
#ifdef DEBUG
- intra_count = 0;
av_log(s->avctx, AV_LOG_DEBUG, "*****frame %d:\n", frame_count++);
#endif
}
More information about the ffmpeg-cvslog
mailing list