avcodec: chroma: fix for-loop condition
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.
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.
VideoLAN code repository instance