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

PS: display the length in seconds

(cherry picked from commit b243e3b69d219258e5a5a316b170ad0f3d6dcfc7)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6990c157
......@@ -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