From 52567e8198669a1e7493c75771613f87a90466c3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 21 May 2016 13:31:24 +0200 Subject: get_bits: Drop some TRACE-level debug code It will not be provided by the new bit reader anyway. --- libavcodec/h264_cavlc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/h264_cavlc.c') diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c index 1a80f76d96..5d80243968 100644 --- a/libavcodec/h264_cavlc.c +++ b/libavcodec/h264_cavlc.c @@ -421,10 +421,6 @@ static inline int get_level_prefix(GetBitContext *gb){ buf=GET_CACHE(re, gb); log= 32 - av_log2(buf); -#ifdef TRACE - print_bin(buf>>(32-log), log); - av_log(NULL, AV_LOG_DEBUG, "%5d %2d %3d lpr @%5d in %s get_level_prefix\n", buf>>(32-log), log, log-1, get_bits_count(gb), __FILE__); -#endif LAST_SKIP_BITS(re, gb, log); CLOSE_READER(re, gb); -- cgit v1.2.3