diff options
author | Mickaƫl Raulet <mraulet@insa-rennes.fr> | 2013-12-14 15:50:32 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-12-20 19:39:53 +0100 |
commit | 5c3fa74b94fdedfd63b606f36920d7fbbc069b72 (patch) | |
tree | fd7a73c313f4cab2b59bb6939a793ff6acb11033 /libavcodec/hevc.h | |
parent | 78d0b7f36e39bb4745613e312024ddd508e2f0fb (diff) | |
download | ffmpeg-5c3fa74b94fdedfd63b606f36920d7fbbc069b72.tar.gz |
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.h | 1 |
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; |