[Mplayer-cvslog] CVS: main/libvo video_out.c,1.27,1.28 video_out.h,1.11,1.12

Arpi of Ize arpi at mplayer.dev.hu
Mon Nov 5 03:58:54 CET 2001


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv24826

Modified Files:
	video_out.c video_out.h 
Log Message:
vo_pts added

Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- video_out.c	3 Nov 2001 02:38:10 -0000	1.27
+++ video_out.c	5 Nov 2001 02:58:47 -0000	1.28
@@ -43,6 +43,8 @@
 int vo_doublebuffering = 0;
 int vo_fsmode = 0;
 
+int vo_pts=0; // for hw decoding
+
 char *vo_subdevice = NULL;
 
 //

Index: video_out.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- video_out.h	13 Aug 2001 11:08:18 -0000	1.11
+++ video_out.h	5 Nov 2001 02:58:47 -0000	1.12
@@ -114,5 +114,7 @@
 extern int vo_doublebuffering;
 extern int vo_fsmode;
 
+extern int vo_pts;
+
 extern char *vo_subdevice;
 




More information about the MPlayer-cvslog mailing list