|
|
|
@ -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()); |
|
|
|
} |
|
|
|
|