Remove astray debug printf

This commit is contained in:
Andreas Öman 2010-08-19 18:59:30 +00:00
parent 049fcadbf9
commit b9e8cc608b

View 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