From 116e99de153e3bde08b5e2c0848d93d62a5b1048 Mon Sep 17 00:00:00 2001 From: Torsten Jager Date: Mon, 29 Oct 2012 10:01:04 +0200 Subject: input_test: added full range color test video --- include/xine/buffer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/xine/buffer.h b/include/xine/buffer.h index cab9c8250..1570e8d5a 100644 --- a/include/xine/buffer.h +++ b/include/xine/buffer.h @@ -407,6 +407,11 @@ struct buf_element_s { * the buffer */ #define BUF_FLAG_AUDIO_PADDING 0x2000 +/** decoder_info[4] has (mpeg_color_matrix << 1) | fullrange. + * Useful for raw YUV which cannot tell this otherwise. + * Valid until revoked or next stream. */ +#define BUF_FLAG_COLOR_MATRIX 0x4000 + /** * \defgroup buffer_special Special buffer types: * Sometimes there is a need to relay special information from a demuxer -- cgit v1.2.3