diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-19 20:07:15 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-19 20:07:15 +0000 |
commit | 19fb13fb6af9cd2b84a3b85f1c4e2179e5166d4c (patch) | |
tree | 865fc4fe00606698b3aa780d0e6d09acc522693b /src/xine-engine/video_out.h | |
parent | 29c2f15be1b7644248fc5f1abfbb2f9aa402806d (diff) | |
download | xine-lib-19fb13fb6af9cd2b84a3b85f1c4e2179e5166d4c.tar.gz xine-lib-19fb13fb6af9cd2b84a3b85f1c4e2179e5166d4c.tar.bz2 |
modified patch from Reinhard Nissl to report the length of the out fifos
CVS patchset: 6713
CVS date: 2004/06/19 20:07:15
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 8ad3773fa..fa64344c0 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.106 2004/05/29 14:45:25 mroi Exp $ + * $Id: video_out.h,v 1.107 2004/06/19 20:07:15 mroi Exp $ * * * xine version of video_out.h @@ -260,7 +260,8 @@ struct xine_video_port_s { #define VO_PROP_DISCARD_FRAMES 14 /* not used by drivers */ #define VO_PROP_WINDOW_WIDTH 15 /* read-only */ #define VO_PROP_WINDOW_HEIGHT 16 /* read-only */ -#define VO_NUM_PROPERTIES 17 +#define VO_PROP_BUFS_IN_FIFO 17 /* read-only */ +#define VO_NUM_PROPERTIES 18 /* number of colors in the overlay palette. Currently limited to 256 at most, because some alphablend functions use an 8-bit index into |