avcodec: chroma: fix for-loop condition
The previous `!= 0` was kept when the replacement to ARRAY_SIZE() was done. Since <BOOL> != 0 evaluates to <BOOL>, no regression happened because of that oversight. Forgotten from 1eed0681.
Loading
Please register or sign in to comment