[PR #457] Update API #1082

Open
opened 2026-01-29 20:52:25 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/google/brotli/pull/457

State: closed
Merged: Yes


  • explicitly define BROTLI_BOOL to be int
  • add BROTLI_ prefix to MAKE_UINT64_T macros
  • replace true/false/1/0 mentions with BROTLI_TRUE/FALSE
  • add BrotliEncoderSetParameter documentation
  • add explicit caution to BrotliEncoderMaxCompressedSize
  • fix formatting in port.h
**Original Pull Request:** https://github.com/google/brotli/pull/457 **State:** closed **Merged:** Yes --- - explicitly define `BROTLI_BOOL` to be `int` - add `BROTLI_` prefix to `MAKE_UINT64_T` macros - replace `true`/`false`/`1`/`0` mentions with `BROTLI_TRUE`/`FALSE` - add `BrotliEncoderSetParameter` documentation - add explicit caution to `BrotliEncoderMaxCompressedSize` - fix formatting in `port.h`
claunia added the pull-request label 2026-01-29 20:52:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1082