From 1d8c5c003a81032379394794f59f72c393638664 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Tue, 29 Oct 2013 12:42:40 +0200 Subject: Added buffer types for VP9 and HEVC --- include/xine/buffer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/xine') diff --git a/include/xine/buffer.h b/include/xine/buffer.h index d6aa7086e..fe2f1704e 100644 --- a/include/xine/buffer.h +++ b/include/xine/buffer.h @@ -192,6 +192,8 @@ extern "C" { #define BUF_VIDEO_VMNC 0x02660000 #define BUF_VIDEO_SNOW 0x02670000 #define BUF_VIDEO_VP8 0x02680000 +#define BUF_VIDEO_VP9 0x02690000 +#define BUF_VIDEO_HEVC 0x026A0000 /*@}*/ /** -- cgit v1.2.3