[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
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_mpegpes.c,1.9,1.10
- Next message: [Mplayer-cvslog] CVS: main/libao2 ao_mpegpes.c,NONE,1.1 Makefile,1.7,1.8 audio_out.c,1.15,1.16 audio_out.h,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_mpegpes.c,1.9,1.10
- Next message: [Mplayer-cvslog] CVS: main/libao2 ao_mpegpes.c,NONE,1.1 Makefile,1.7,1.8 audio_out.c,1.15,1.16 audio_out.h,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list