mpeg5 / xevd

eXtra-fast Essential Video Decoder, MPEG-5 EVC (Essential Video Coding)
Other
71 stars 22 forks source link

xevdm_util: Avoid skipping cnt_tmp values #65

Closed toonn closed 2 months ago

toonn commented 2 months ago

This fixes a potential bug where a loop in xevem_util.c is iterating over an array with a step size of 2.

This is a parallel PR to mpeg5/xeve#126, split out of #63.

emilazy commented 2 months ago

Are there any compatibility concerns with existing streams that have been encoded using the matching buggy behaviour in xeve?