From 9c6cf7f2c9d326281e3eefa67673aabaa9d69940 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 25 Sep 2012 18:28:44 +0200 Subject: avcodec: Drop silly and/or broken printf debug output --- libavcodec/error_resilience.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/error_resilience.c') diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index 53e8bf971e..ae9ef68617 100644 --- a/libavcodec/error_resilience.c +++ b/libavcodec/error_resilience.c @@ -699,8 +699,6 @@ skip_last_mv: fixed[mb_xy] = MV_UNCHANGED; } } - - // printf(".%d/%d", changed, score_sum); fflush(stdout); } if (none_left) @@ -711,7 +709,6 @@ skip_last_mv: if (fixed[mb_xy]) fixed[mb_xy] = MV_FROZEN; } - // printf(":"); fflush(stdout); } } @@ -789,7 +786,6 @@ static int is_intra_more_likely(MpegEncContext *s) } } } - // printf("is_intra_likely: %d type:%d\n", is_intra_likely, s->pict_type); return is_intra_likely > 0; } -- cgit v1.2.3