mpeg5 / xeve

eXtra-fast Essential Video Encoder, MPEG-5 EVC (Essential Video Coding)
Other
166 stars 39 forks source link

xevem_util: Avoid skipping cnt_tmp values #126

Closed toonn closed 3 months ago

toonn commented 4 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.

(I'm splitting this out of #122 because it's not really related to Darwin support, just a potential bug I came across in Clang warnings.)