comparison msmpeg4.c @ 9997:53d8841d4cc5 libavcodec

Remove unused variable intra_count.
author diego
date Thu, 30 Jul 2009 07:33:16 +0000
parents 3141f69e3905
children 6b229807a182
comparison
equal deleted inserted replaced
9996:38a57d201569 9997:53d8841d4cc5
71 71
72 /* vc1 externs */ 72 /* vc1 externs */
73 extern const uint8_t wmv3_dc_scale_table[32]; 73 extern const uint8_t wmv3_dc_scale_table[32];
74 74
75 #ifdef DEBUG 75 #ifdef DEBUG
76 int intra_count = 0;
77 int frame_count = 0; 76 int frame_count = 0;
78 #endif 77 #endif
79 78
80 #include "msmpeg4data.h" 79 #include "msmpeg4data.h"
81 80
363 362
364 s->esc3_level_length= 0; 363 s->esc3_level_length= 0;
365 s->esc3_run_length= 0; 364 s->esc3_run_length= 0;
366 365
367 #ifdef DEBUG 366 #ifdef DEBUG
368 intra_count = 0;
369 av_log(s->avctx, AV_LOG_DEBUG, "*****frame %d:\n", frame_count++); 367 av_log(s->avctx, AV_LOG_DEBUG, "*****frame %d:\n", frame_count++);
370 #endif 368 #endif
371 } 369 }
372 370
373 void msmpeg4_encode_ext_header(MpegEncContext * s) 371 void msmpeg4_encode_ext_header(MpegEncContext * s)