From 77ecf6954f81c3e1b9589d2d14b79f839022e690 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 10 Jan 2003 21:10:50 +0000 Subject: have length in miliseconds too fix some intermediate calculation CVS patchset: 3856 CVS date: 2003/01/10 21:10:50 --- src/demuxers/demux_film.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/demuxers/demux_film.c') diff --git a/src/demuxers/demux_film.c b/src/demuxers/demux_film.c index aafe45482..88e11646c 100644 --- a/src/demuxers/demux_film.c +++ b/src/demuxers/demux_film.c @@ -21,7 +21,7 @@ * For more information on the FILM file format, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: demux_film.c,v 1.52 2003/01/10 11:57:16 miguelfreitas Exp $ + * $Id: demux_film.c,v 1.53 2003/01/10 21:10:59 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -266,7 +266,7 @@ static int open_film_file(demux_film_t *film) { i += chunk_size; } - film->total_time = largest_pts / 90000; + film->total_time = largest_pts / 90; return 1; } -- cgit v1.2.3