Merge commit 'ed06e5d92b'
* commit 'ed06e5d92b': hevc: Do not turn 32bit timebases into negative numbers Conflicts: libavcodec/hevc.c See:bf2ce19e51Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
06219db935
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ static int decode_lt_rps(HEVCContext *s, LongTermRPS *rps, GetBitContext *gb)
|
|||
static int set_sps(HEVCContext *s, const HEVCSPS *sps)
|
||||
{
|
||||
int ret;
|
||||
unsigned num = 0, den = 0;
|
||||
unsigned int num = 0, den = 0;
|
||||
|
||||
pic_arrays_free(s);
|
||||
ret = pic_arrays_init(s, sps);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue