From bd424cd40a22f850815fb840f9b294191a605868 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Tue, 29 Jan 2013 01:30:31 +0000 Subject: libhb: remove exta log text that was used for debugging git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5218 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/decmpeg2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libhb/decmpeg2.c b/libhb/decmpeg2.c index af0f6fef5..0e1d78eda 100644 --- a/libhb/decmpeg2.c +++ b/libhb/decmpeg2.c @@ -259,7 +259,7 @@ static void next_tag( hb_libmpeg2_t *m, hb_buffer_t *buf_es ) { if ( m->tags[m->cur_tag].start < 0 || ( m->got_iframe && m->tags[m->cur_tag].start >= m->first_pts ) ) - hb_log("2 mpeg2 tag botch: pts %"PRId64", tag pts %"PRId64" buf %p", + hb_log("mpeg2 tag botch: pts %"PRId64", tag pts %"PRId64" buf %p", buf_es->s.start, m->tags[m->cur_tag].start, m->tags[m->cur_tag].cc_buf); if ( m->tags[m->cur_tag].cc_buf ) hb_buffer_close( &m->tags[m->cur_tag].cc_buf ); @@ -395,7 +395,7 @@ static int hb_libmpeg2_decode( hb_libmpeg2_t * m, hb_buffer_t * buf_es, } else if (m->tags[m->cur_tag].cc_buf) { - hb_log("1 mpeg2 tag botch2: pts %"PRId64", tag pts %"PRId64" buf %p", + hb_log("mpeg2 tag botch2: pts %"PRId64", tag pts %"PRId64" buf %p", buf_es->s.start, m->tags[m->cur_tag].start, m->tags[m->cur_tag].cc_buf); hb_buffer_close( &m->tags[m->cur_tag].cc_buf ); } -- cgit v1.2.3