diff mpegvideo.c @ 3454:de0ed6497a13 libavcodec

remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway)
author michael
date Sun, 09 Jul 2006 10:33:49 +0000
parents 97af1b315f59
children 19c437d6aba5
line wrap: on
line diff
--- a/mpegvideo.c	Sun Jul 09 03:00:57 2006 +0000
+++ b/mpegvideo.c	Sun Jul 09 10:33:49 2006 +0000
@@ -1371,10 +1371,6 @@
 {
     MpegEncContext *s = avctx->priv_data;
 
-#ifdef STATS
-    print_stats();
-#endif
-
     ff_rate_control_uninit(s);
 
     MPV_common_end(s);