Skip to content

avcodec: chroma: fix for-loop condition

Alexandre Janniaux requested to merge alexandre-janniaux/vlc:av-chroma/1 into master

The previous != 0 was kept when the replacement to ARRAY_SIZE() was done. Since != 0 evaluates to , no regression happened because of that oversight.

Forgotten from 1eed0681.

Merge request reports