summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-01-19 21:29:55 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-01-19 21:29:55 +0000
commitaae213269e2ad4bfc36d0b9fb07766e391a8f071 (patch)
tree55cb5f138988110ca6edafb60b35fd8a704ee2c7
parent28412439ad4ac3b08148d9ec97697f76ca88d71e (diff)
downloadxine-lib-aae213269e2ad4bfc36d0b9fb07766e391a8f071.tar.gz
xine-lib-aae213269e2ad4bfc36d0b9fb07766e391a8f071.tar.bz2
define raw yuv frame buffer type for v4l input
CVS patchset: 3973 CVS date: 2003/01/19 21:29:55
-rw-r--r--src/xine-engine/buffer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h
index 8c1ff4be2..c79bcf139 100644
--- a/src/xine-engine/buffer.h
+++ b/src/xine-engine/buffer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2002 the xine project
+ * Copyright (C) 2000-2003 the xine project
*
* This file is part of xine, a free video player.
*
@@ -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: buffer.h,v 1.95 2003/01/18 15:29:21 miguelfreitas Exp $
+ * $Id: buffer.h,v 1.96 2003/01/19 21:29:55 guenter Exp $
*
*
* contents:
@@ -141,6 +141,7 @@ extern "C" {
#define BUF_VIDEO_INTERPLAY 0x02380000
#define BUF_VIDEO_RV40 0x02390000
#define BUF_VIDEO_PSX_MDEC 0x023A0000
+#define BUF_VIDEO_YUV_FRAMES 0x023B0000 /* uncompressed YUV, delivered by v4l input plugin */
/* audio buffer types: (please keep in sync with buffer_types.c) */