[PR #44] [MERGED] Remove the redundant EncodeMetaBlockLength() function. #633

Closed
opened 2026-01-29 20:46:31 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/44
Author: @szabadka
Created: 3/24/2015
Status: Merged
Merged: 3/24/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • 497814e Remove the redundant EncodeMetaBlockHeader() function.

📊 Changes

3 files changed (+17 additions, -38 deletions)

View changed files

📝 enc/brotli_bit_stream.cc (+2 -2)
📝 enc/brotli_bit_stream.h (+2 -2)
📝 enc/encode.cc (+13 -34)

📄 Description

Use Store{Compressed,Uncompressed}MetaBlockHeader() instead.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/44 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 3/24/2015 **Status:** ✅ Merged **Merged:** 3/24/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`497814e`](https://github.com/google/brotli/commit/497814eebd2657becd82390b8e25d6a182281dc4) Remove the redundant EncodeMetaBlockHeader() function. ### 📊 Changes **3 files changed** (+17 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `enc/brotli_bit_stream.cc` (+2 -2) 📝 `enc/brotli_bit_stream.h` (+2 -2) 📝 `enc/encode.cc` (+13 -34) </details> ### 📄 Description Use Store{Compressed,Uncompressed}MetaBlockHeader() instead. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:46:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#633