Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
libaec.h
✓ #include <libaec.h>
Initialize an Adaptive Entropy Coding stream structure
#include <libaec.h>
#include <cstdint>
int main() {
struct aec_stream strm;
strm.bits_per_sample = 16;
strm.block_size = 64;
strm.rsi = 128;
strm.flags = AEC_DATA_SIGNED;
return 0;
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.