projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6ec1f4
)
Remove unused variable intra_count.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 30 Jul 2009 07:33:16 +0000
(07:33 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 30 Jul 2009 07:33:16 +0000
(07:33 +0000)
Originally committed as revision 19537 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/msmpeg4.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/msmpeg4.c
b/libavcodec/msmpeg4.c
index
2c9fcee
..
44fd7fd
100644
(file)
--- a/
libavcodec/msmpeg4.c
+++ b/
libavcodec/msmpeg4.c
@@
-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
}