- Change BuildTool to Meson - Many BUGS Fixed
The aper_encode function returns the number of encoded bits and when converting to bytes we should round up or use the ((.encoded + 7) / 8) formula as described in per_encoder.h Fixes: #257