summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-09-20 09:10:41 +0200
committerDiego Biurrun <diego@biurrun.de>2011-09-21 09:57:33 +0200
commita3e0135dbb970a1bf2d9843d376d33f2b404bb88 (patch)
tree29aa9bfc256ed91b68a18a455e3ff40f9d40f83f /libavcodec/msmpeg4.c
parent95a06eb4d59c5ab0ce53b0cc9d10d1b26be939e2 (diff)
msmpeg4: remove leftover unused debug variable declaration
Diffstat (limited to 'libavcodec/msmpeg4.c')
-rw-r--r--libavcodec/msmpeg4.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c
index d773c3838b..eca2add828 100644
--- a/libavcodec/msmpeg4.c
+++ b/libavcodec/msmpeg4.c
@@ -62,10 +62,6 @@ static uint32_t v2_dc_chroma_table[512][2];
/* vc1 externs */
extern const uint8_t wmv3_dc_scale_table[32];
-#ifdef DEBUG
-int frame_count = 0;
-#endif
-
#include "msmpeg4data.h"
#if CONFIG_ENCODERS //strangely gcc includes this even if it is not referenced