summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTorsten Jager <t.jager@gmx.de>2012-10-29 10:01:04 +0200
committerTorsten Jager <t.jager@gmx.de>2012-10-29 10:01:04 +0200
commit116e99de153e3bde08b5e2c0848d93d62a5b1048 (patch)
tree0854adeb55c7b597af4952e7ba517f7d77097748 /include
parent8214523994f881cd7e35626ec262126c004a75c2 (diff)
downloadxine-lib-116e99de153e3bde08b5e2c0848d93d62a5b1048.tar.gz
xine-lib-116e99de153e3bde08b5e2c0848d93d62a5b1048.tar.bz2
input_test: added full range color test video
Diffstat (limited to 'include')
-rw-r--r--include/xine/buffer.h5
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