Skip to content
Snippets Groups Projects
Commit 823d7c3a authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Steve Lhomme
Browse files

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.
parent 6aadea39
No related branches found
No related tags found
Loading
Pipeline #404509 passed with stage
in 17 minutes and 28 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment