Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaƫl Raulet <mraulet@insa-rennes.fr>2013-12-14 18:50:32 +0400
committerAnton Khirnov <anton@khirnov.net>2013-12-20 22:39:53 +0400
commit5c3fa74b94fdedfd63b606f36920d7fbbc069b72 (patch)
treefd7a73c313f4cab2b59bb6939a793ff6acb11033 /libavcodec/hevc.h
parent78d0b7f36e39bb4745613e312024ddd508e2f0fb (diff)
hevc: support luma bit depth != chroma bit depth for PCM coding units
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index f2a8dfa9f2..434e781bb0 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -419,6 +419,7 @@ typedef struct HEVCSPS {
struct {
uint8_t bit_depth;
+ uint8_t bit_depth_chroma;
unsigned int log2_min_pcm_cb_size;
unsigned int log2_max_pcm_cb_size;
uint8_t loop_filter_disable_flag;