[Mplayer-cvslog] CVS: main/libmpdemux tv.c,1.48,1.49

Jindrich Makovicka CVS henry at mplayerhq.hu
Tue Feb 25 09:22:17 CET 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv28606

Modified Files:
	tv.c 
Log Message:
make tv non-seekable

Index: tv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tv.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- tv.c	14 Jan 2003 23:15:36 -0000	1.48
+++ tv.c	25 Feb 2003 08:22:00 -0000	1.49
@@ -422,7 +422,7 @@
     sh_video->ds = demuxer->video;
     demuxer->video->id = 0;
 
-//    demuxer->seekable = 0;
+    demuxer->seekable = 0;
 
     /* here comes audio init */
 



More information about the MPlayer-cvslog mailing list