From: Andreas Ă–man Date: Thu, 19 Aug 2010 18:59:30 +0000 (+0000) Subject: Remove astray debug printf X-Git-Tag: 2.12~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9e8cc608b158e3316537c530fb9ab6667753d28;p=thirdparty%2Ftvheadend.git Remove astray debug printf --- diff --git a/src/dvr/mkmux.c b/src/dvr/mkmux.c index 25bebde49..4dd824eda 100644 --- a/src/dvr/mkmux.c +++ b/src/dvr/mkmux.c @@ -146,7 +146,7 @@ mk_build_segment_info(mk_mux_t *mkm) ebml_append_string(q, 0x4d80, "HTS Tvheadend Matroska muxer"); ebml_append_string(q, 0x5741, app); ebml_append_uint(q, 0x2ad7b1, MATROSKA_TIMESCALE); - printf("Writing total duration %f\n", (float)mkm->totduration); + if(mkm->totduration) ebml_append_float(q, 0x4489, (float)mkm->totduration); else