diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine/buffer.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |