Commit b243e3b6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

PS: display the length in seconds

parent e1fac2f2
......@@ -274,7 +274,7 @@ static void FindLength( demux_t *p_demux )
{
p_sys->i_length = i_length;
p_sys->i_time_track = i;
msg_Dbg( p_demux, "we found a length of: %"PRId64, p_sys->i_length );
msg_Dbg( p_demux, "we found a length of: %"PRId64 "s", p_sys->i_length / CLOCK_FREQ );
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment