Mercurial > mplayer.hg
changeset 1268:9877eaacff9e
extern vo_doublebuffering cleanup
author | arpi |
---|---|
date | Tue, 03 Jul 2001 23:45:49 +0000 |
parents | ac5c8926a2d6 |
children | ff9348b4d305 |
files | libvo/video_out.h libvo/vo_dga.c |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/video_out.h Tue Jul 03 23:44:19 2001 +0000 +++ b/libvo/video_out.h Tue Jul 03 23:45:49 2001 +0000 @@ -104,5 +104,8 @@ extern int vo_dheight; extern int vo_dbpp; +extern int vo_doublebuffering; +extern int vo_fsmode; + extern char *vo_subdevice;
--- a/libvo/vo_dga.c Tue Jul 03 23:44:19 2001 +0000 +++ b/libvo/vo_dga.c Tue Jul 03 23:45:49 2001 +0000 @@ -23,6 +23,9 @@ * - works only on x86 architectures * * $Log$ + * Revision 1.28 2001/07/03 23:45:49 arpi + * extern vo_doublebuffering cleanup + * * Revision 1.27 2001/06/22 19:51:25 atmosfear * Fixed pointer->integer cast warning. * @@ -291,8 +294,6 @@ extern int verbose; -extern int vo_dbpp; -extern int vo_doublebuffering; static int vo_dga_src_format; static int vo_dga_width; // bytes per line in framebuffer