diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2013-10-29 12:42:40 +0200 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2013-10-29 12:42:40 +0200 |
commit | 1d8c5c003a81032379394794f59f72c393638664 (patch) | |
tree | f4aefde8b1328dc99751ee123965b0693b8ab1b5 /include/xine | |
parent | 7abebcd7354e0ad7705641a978e20a5873cd672e (diff) | |
download | xine-lib-1d8c5c003a81032379394794f59f72c393638664.tar.gz xine-lib-1d8c5c003a81032379394794f59f72c393638664.tar.bz2 |
Added buffer types for VP9 and HEVC
Diffstat (limited to 'include/xine')
-rw-r--r-- | include/xine/buffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 /*@}*/ /** |