Don't hard-code FGS block size
Avoiding this hard-coded round-and-shift allows FGS to continue working when modifying BLOCK_SIZE (for whatever reason), and is better style (no magic constants).
Avoiding this hard-coded round-and-shift allows FGS to continue working when modifying BLOCK_SIZE (for whatever reason), and is better style (no magic constants).
VideoLAN code repository instance