From 2e29bd1fe0c87addc57755fb9812569e75cd4e39 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 6 Oct 2003 21:52:42 +0000 Subject: - add XvMC support - bump vo and post interface versions obs: video_out_xvmc.c needs some more work, see todo. CVS patchset: 5459 CVS date: 2003/10/06 21:52:42 --- include/xine.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/xine.h.in b/include/xine.h.in index 792ef3c0f..355b55a45 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -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: xine.h.in,v 1.96 2003/10/06 19:19:04 valtri Exp $ + * $Id: xine.h.in,v 1.97 2003/10/06 21:52:42 miguelfreitas Exp $ * * public xine-lib (libxine) interface and documentation * @@ -390,6 +390,7 @@ int xine_get_current_frame (xine_stream_t *stream, /* xine image formats */ #define XINE_IMGFMT_YV12 (('2'<<24)|('1'<<16)|('V'<<8)|'Y') #define XINE_IMGFMT_YUY2 (('2'<<24)|('Y'<<16)|('U'<<8)|'Y') +#define XINE_IMGFMT_XVMC (('C'<<24)|('M'<<16)|('v'<<8)|'X') /* get current xine's virtual presentation timestamp (1/90000 sec) * note: this is mostly internal data. -- cgit v1.2.3