From c11c693accaad65d3f4afa44c27f2338a2e3bf8f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 3 May 2016 14:32:08 +0200 Subject: h264: Drop broken trace debug output --- libavcodec/h264_cavlc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h264_cavlc.c') diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c index 10511fba05..a4994dc752 100644 --- a/libavcodec/h264_cavlc.c +++ b/libavcodec/h264_cavlc.c @@ -707,7 +707,6 @@ int ff_h264_decode_mb_cavlc(const H264Context *h, H264SliceContext *sl) mb_xy = sl->mb_xy = sl->mb_x + sl->mb_y*h->mb_stride; - ff_tlog(h->avctx, "pic:%d mb:%d/%d\n", h->frame_num, sl->mb_x, sl->mb_y); cbp = 0; /* avoid warning. FIXME: find a solution without slowing down the code */ if (sl->slice_type_nos != AV_PICTURE_TYPE_I) { -- cgit v1.2.3