From 0af75ff223f83bac429856099c67819b2b877c70 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 16 Feb 2002 23:37:55 +0000 Subject: bufixes from miguel freitas CVS patchset: 1500 CVS date: 2002/02/16 23:37:55 --- src/xine-engine/video_out.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/video_out.h') diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 4a7f28644..0539b9bc3 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -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.h,v 1.41 2002/02/16 22:43:24 guenter Exp $ + * $Id: video_out.h,v 1.42 2002/02/16 23:37:55 guenter Exp $ * * * xine version of video_out.h @@ -91,7 +91,7 @@ struct vo_frame_s { /* additional information to be able to duplicate frames: */ int width, height; int ratio; /* aspect ratio, codes see below */ - int format; /* IMGFMT_YV12 or IMGFMT_RGB */ + int format; /* IMGFMT_YV12 or IMGFMT_YUY2 */ int drawn; /* used by decoder, frame has already been drawn */ -- cgit v1.2.3