|
|
@ -107,7 +107,7 @@ static int nvdec_hevc_start_frame(AVCodecContext *avctx, |
|
|
|
.log2_diff_max_min_pcm_luma_coding_block_size = sps->pcm.log2_max_pcm_cb_size - sps->pcm.log2_min_pcm_cb_size, |
|
|
|
.log2_diff_max_min_pcm_luma_coding_block_size = sps->pcm.log2_max_pcm_cb_size - sps->pcm.log2_min_pcm_cb_size, |
|
|
|
.pcm_sample_bit_depth_luma_minus1 = sps->pcm_enabled_flag ? sps->pcm.bit_depth - 1 : 0, |
|
|
|
.pcm_sample_bit_depth_luma_minus1 = sps->pcm_enabled_flag ? sps->pcm.bit_depth - 1 : 0, |
|
|
|
.pcm_sample_bit_depth_chroma_minus1 = sps->pcm_enabled_flag ? sps->pcm.bit_depth_chroma - 1 : 0, |
|
|
|
.pcm_sample_bit_depth_chroma_minus1 = sps->pcm_enabled_flag ? sps->pcm.bit_depth_chroma - 1 : 0, |
|
|
|
#if defined(NVDECAPI_VERSION) && NVDECAPI_VERSION >= 0x01000008 |
|
|
|
#if NVDECAPI_CHECK_VERSION(8, 1) |
|
|
|
.log2_max_transform_skip_block_size_minus2 = pps->log2_max_transform_skip_block_size - 2, |
|
|
|
.log2_max_transform_skip_block_size_minus2 = pps->log2_max_transform_skip_block_size - 2, |
|
|
|
.log2_sao_offset_scale_luma = pps->log2_sao_offset_scale_luma, |
|
|
|
.log2_sao_offset_scale_luma = pps->log2_sao_offset_scale_luma, |
|
|
|
.log2_sao_offset_scale_chroma = pps->log2_sao_offset_scale_chroma, |
|
|
|
.log2_sao_offset_scale_chroma = pps->log2_sao_offset_scale_chroma, |
|
|
|