dilinger | 26 Jan 2003 21:49
Picon

sinek/src gtkxine.c,1.11,1.12 main.c,1.25,1.26

Update of /cvsroot/sinek/sinek/src
In directory sc8-pr-cvs1:/tmp/cvs-serv4963/src

Modified Files:
	gtkxine.c main.c 
Log Message:
This should fix that annoying time display problem

Index: gtkxine.c
===================================================================
RCS file: /cvsroot/sinek/sinek/src/gtkxine.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gtkxine.c	21 Jan 2003 04:52:49 -0000	1.11
+++ gtkxine.c	26 Jan 2003 20:49:05 -0000	1.12
 <at>  <at>  -909,7 +909,7  <at>  <at> 
 		return 0;

 	if (xine_get_pos_length (xine->stream, &a, &time, &b))
-		return (time_t) time;
+		return (time_t) time / 1000;
 	return 0;
 }

 <at>  <at>  -921,7 +921,7  <at>  <at> 
 		return 0;

 	if (xine_get_pos_length (xine->stream, &a, &b, &len))
-		return (time_t) len;
(Continue reading)


Gmane