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_nsf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/demuxers/demux_nsf.c') diff --git a/src/demuxers/demux_nsf.c b/src/demuxers/demux_nsf.c index 5744d1f19..83fb843bb 100644 --- a/src/demuxers/demux_nsf.c +++ b/src/demuxers/demux_nsf.c @@ -28,7 +28,7 @@ * For more information regarding the NSF format, visit: * http://www.tripoint.org/kevtris/nes/nsfspec.txt * - * $Id: demux_nsf.c,v 1.5 2003/01/10 11:57:17 miguelfreitas Exp $ + * $Id: demux_nsf.c,v 1.6 2003/01/10 21:11:05 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -293,7 +293,7 @@ static int demux_nsf_get_status (demux_plugin_t *this_gen) { return this->status; } -/* return the approximate length in seconds */ +/* return the approximate length in miliseconds */ static int demux_nsf_get_stream_length (demux_plugin_t *this_gen) { return 0; -- cgit v1.2.3