]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove astray debug printf
authorAndreas Öman <andreas@lonelycoder.com>
Thu, 19 Aug 2010 18:59:30 +0000 (18:59 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Thu, 19 Aug 2010 18:59:30 +0000 (18:59 +0000)
src/dvr/mkmux.c

index 25bebde49012bc4a80235ba09dbeaa08a8e5723d..4dd824eda7ed572e999e8a128130380abbaf9bc6 100644 (file)
@@ -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