avcodec/evc_ps: make the sps parameter in ref_pic_list_struct const
It's not changed. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
9310ffc809
commit
156f53e987
@ -24,7 +24,7 @@
|
|||||||
#define EXTENDED_SAR 255
|
#define EXTENDED_SAR 255
|
||||||
|
|
||||||
// @see ISO_IEC_23094-1 (7.3.7 Reference picture list structure syntax)
|
// @see ISO_IEC_23094-1 (7.3.7 Reference picture list structure syntax)
|
||||||
static int ref_pic_list_struct(EVCParserSPS *sps, GetBitContext *gb, RefPicListStruct *rpl)
|
static int ref_pic_list_struct(const EVCParserSPS *sps, GetBitContext *gb, RefPicListStruct *rpl)
|
||||||
{
|
{
|
||||||
uint32_t delta_poc_st, strp_entry_sign_flag = 0;
|
uint32_t delta_poc_st, strp_entry_sign_flag = 0;
|
||||||
rpl->ref_pic_num = get_ue_golomb_long(gb);
|
rpl->ref_pic_num = get_ue_golomb_long(gb);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user