diff options
author | Mickaƫl Raulet <mraulet@insa-rennes.fr> | 2013-10-16 16:03:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-17 02:42:11 +0200 |
commit | a7e300649a7a2105a4f7edfaf936f0a9e05a2d43 (patch) | |
tree | d73579a8a559e122323213265f7cf09d8c510d9e /libavcodec/hevc.h | |
parent | b4948943904a5e496e31c5e7778364fa0b03253c (diff) | |
download | ffmpeg-a7e300649a7a2105a4f7edfaf936f0a9e05a2d43.tar.gz |
hevc: fix pcm with different chroma luma bit widths(cherry picked from commit 6a444516f338424d062c0ef2806714036283603b)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 9e91c3b59d..ee53ef0e4f 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -413,6 +413,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; |