Browse Source

Adaptive: remove tabs and extra-space

pull/85/head
Jean-Baptiste Kempf 7 years ago
parent
commit
d5cab3b883
  1. 2
      modules/demux/adaptive/playlist/Segment.cpp

2
modules/demux/adaptive/playlist/Segment.cpp

@ -126,7 +126,7 @@ void ISegment::debug(vlc_object_t *obj, int indent) const
if(startByte!=endByte)
ss << " @" << startByte << ".." << endByte;
if(startTime.Get() > 0)
ss << " stime " << startTime.Get();
ss << " stime " << startTime.Get();
ss << " duration " << duration.Get();
msg_Dbg(obj, "%s", ss.str().c_str());
}

Loading…
Cancel
Save