James Almer:
> On 7/9/2023 9:19 PM, Andreas Rheinhardt wrote:
>> From the spec: "It is a requirement of bitstream conformance that
>> the value of luma_bit_depth_entry_minus8 shall be equal to
>> the value of bit_depth_luma_minus8"; similarly for chroma.
>>
>> Should fix Coverity ticket #1529226.
On 7/9/2023 9:19 PM, Andreas Rheinhardt wrote:
From the spec: "It is a requirement of bitstream conformance that
the value of luma_bit_depth_entry_minus8 shall be equal to
the value of bit_depth_luma_minus8"; similarly for chroma.
Should fix Coverity ticket #1529226.
Signed-off-by: Andreas Rhe
>From the spec: "It is a requirement of bitstream conformance that
the value of luma_bit_depth_entry_minus8 shall be equal to
the value of bit_depth_luma_minus8"; similarly for chroma.
Should fix Coverity ticket #1529226.
Signed-off-by: Andreas Rheinhardt
---
libavcodec/hevc_ps.c | 10 ++---