From f8725da8cdb8f536f9bc6ee7e6e5ca2a1e9ee68c Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Mon, 25 Feb 2002 01:23:41 +0000 Subject: *phew* Xv video output driver works now, zoom feature has been stripped down a little. Code is cleaned up, identifiers should be consistent with xshm driver (as far as possible) CVS patchset: 1516 CVS date: 2002/02/25 01:23:41 --- src/video_out/video_out_xshm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/video_out/video_out_xshm.c') diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c index 53179bddc..3f220ce3e 100644 --- a/src/video_out/video_out_xshm.c +++ b/src/video_out/video_out_xshm.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_xshm.c,v 1.63 2002/02/24 15:14:39 guenter Exp $ + * $Id: video_out_xshm.c,v 1.64 2002/02/25 01:23:41 guenter Exp $ * * video_out_xshm.c, X11 shared memory extension interface for xine * @@ -92,7 +92,7 @@ typedef struct xshm_frame_s { int gui_width, gui_height; /* - * "rgb" size of this frame: + * "output" size of this frame: * this is finally the ideal size "fitted" into the * gui size while maintaining the aspect ratio */ -- cgit v1.2.3