|
|
@@ -609,8 +609,8 @@ int ff_hevc_decode_nal_sps(HEVCContext *s) |
|
|
|
{ |
|
|
|
const AVPixFmtDescriptor *desc; |
|
|
|
GetBitContext *gb = &s->HEVClc.gb; |
|
|
|
int ret = 0; |
|
|
|
int sps_id = 0; |
|
|
|
int ret = 0; |
|
|
|
unsigned int sps_id = 0; |
|
|
|
int log2_diff_max_min_transform_block_size; |
|
|
|
int bit_depth_chroma, start, vui_present, sublayer_ordering_info; |
|
|
|
int i; |
|
|
@@ -988,8 +988,8 @@ int ff_hevc_decode_nal_pps(HEVCContext *s) |
|
|
|
int pic_area_in_ctbs, pic_area_in_min_cbs, pic_area_in_min_tbs; |
|
|
|
int log2_diff_ctb_min_tb_size; |
|
|
|
int i, j, x, y, ctb_addr_rs, tile_id; |
|
|
|
int ret = 0; |
|
|
|
int pps_id = 0; |
|
|
|
int ret = 0; |
|
|
|
unsigned int pps_id = 0; |
|
|
|
|
|
|
|
AVBufferRef *pps_buf; |
|
|
|
HEVCPPS *pps = av_mallocz(sizeof(*pps)); |
|
|
|