Remove astray debug printf
This commit is contained in:
parent
049fcadbf9
commit
b9e8cc608b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue