You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At line 51 in read_avcc(), avcc->pps_table is initialised using avcc->numOfSequenceParameterSets where it should probably be using avcc->numOfPictureParameterSets. Otherwise, there could be an out-of-bound situation if the number of PPS is greater than the number of SPS.
At line 51 in
read_avcc()
,avcc->pps_table
is initialised usingavcc->numOfSequenceParameterSets
where it should probably be usingavcc->numOfPictureParameterSets
. Otherwise, there could be an out-of-bound situation if the number of PPS is greater than the number of SPS.h264bitstream/h264_avcc.c
Line 51 in ae72f73
The text was updated successfully, but these errors were encountered: