]> git.sesse.net Git - vlc/commitdiff
PS: display the length in seconds
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 20 Jul 2014 19:34:49 +0000 (21:34 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 20 Jul 2014 19:34:49 +0000 (21:34 +0200)
modules/demux/ps.c

index 89ed26833df2bd31f1231232e417e02dc0d96fb0..361d529b710e6797f8998a729b3652c836b49927 100644 (file)
@@ -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 );
             }
         }
     }