[PR #708] [MERGED] Removed builtin code in Matroska #1533

Open
opened 2026-01-29 17:16:59 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/708
Author: @Izaron
Created: 3/5/2017
Status: Merged
Merged: 3/5/2017
Merged by: @cfsmp3

Base: masterHead: bytestream


📝 Commits (1)

  • 564093e Removed builtin code in Matroska

📊 Changes

1 file changed (+7 additions, -5 deletions)

View changed files

📝 src/lib_ccx/matroska.c (+7 -5)

📄 Description

__builtin_clz and __lzcnt16 have different output on different machines, so removed this


🔄 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/CCExtractor/ccextractor/pull/708 **Author:** [@Izaron](https://github.com/Izaron) **Created:** 3/5/2017 **Status:** ✅ Merged **Merged:** 3/5/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `bytestream` --- ### 📝 Commits (1) - [`564093e`](https://github.com/CCExtractor/ccextractor/commit/564093e0ec4c27ec4d6bcf0dfb46d4a8f1a315a8) Removed builtin code in Matroska ### 📊 Changes **1 file changed** (+7 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/matroska.c` (+7 -5) </details> ### 📄 Description __builtin_clz and __lzcnt16 have different output on different machines, so removed this --- <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 17:16:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1533