summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-02-16 23:37:55 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-02-16 23:37:55 +0000
commit0af75ff223f83bac429856099c67819b2b877c70 (patch)
tree0b0eafe24e5d37c4289d49d0a5556982bf6d1ef9 /src/xine-engine/video_out.h
parentf030f9e939d8949d43a6a4c11fc1e7c16617ca8d (diff)
downloadxine-lib-0af75ff223f83bac429856099c67819b2b877c70.tar.gz
xine-lib-0af75ff223f83bac429856099c67819b2b877c70.tar.bz2
bufixes from miguel freitas
CVS patchset: 1500 CVS date: 2002/02/16 23:37:55
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r--src/xine-engine/video_out.h4
1 files changed, 2 insertions, 2 deletions
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 */