[FFmpeg-cvslog] msmpeg4: remove leftover unused debug variable declaration

Diego Biurrun git at videolan.org
Wed Sep 21 21:34:04 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Sep 20 09:10:41 2011 +0200| [a3e0135dbb970a1bf2d9843d376d33f2b404bb88] | committer: Diego Biurrun

msmpeg4: remove leftover unused debug variable declaration

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a3e0135dbb970a1bf2d9843d376d33f2b404bb88
---

 libavcodec/msmpeg4.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c
index d773c38..eca2add 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



More information about the ffmpeg-cvslog mailing list