Skip to content
Snippets Groups Projects
Commit 08ce6b02 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

demux: adaptive: debug segment duration

parent e6765183
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ void ISegment::debug(vlc_object_t *obj, int indent) const
ss << " @" << startByte << ".." << endByte;
if(startTime.Get() > 0)
ss << " stime " << startTime.Get();
ss << " duration " << duration.Get();
msg_Dbg(obj, "%s", ss.str().c_str());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment