mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #6] [MERGED] Move the block switch storing functions to the brotli_bit_stream library... #575
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/6
Author: @szabadka
Created: 10/28/2014
Status: ✅ Merged
Merged: 10/28/2014
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
467e6eeMove the block switch stroing functions to the brotli_bit_stream library.📊 Changes
7 files changed (+141 additions, -123 deletions)
View changed files
📝
enc/block_splitter.cc(+1 -1)📝
enc/block_splitter.h(+1 -2)📝
enc/brotli_bit_stream.cc(+64 -0)📝
enc/brotli_bit_stream.h(+30 -0)📝
enc/encode.cc(+19 -82)📝
enc/prefix.cc(+0 -35)📝
enc/prefix.h(+26 -3)📄 Description
....
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.