[PR #331] [MERGED] "mfra" mp4 box weight changed to 1.Fix #273 #1174

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/331
Author: @at25sep
Created: 3/16/2016
Status: Merged
Merged: 3/18/2016
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (2)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/lib_ccx/stream_functions.c (+2 -2)

📄 Description

File-detecting program detect only "mfra" mp4 box in this video which is a trailer and it is assigned weight 3 in ccx_stream_mp4_boxes . So, program detects file as mp4. "mfra" box weight should be "1" so that other box too can confirm file is mp4.


🔄 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/331 **Author:** [@at25sep](https://github.com/at25sep) **Created:** 3/16/2016 **Status:** ✅ Merged **Merged:** 3/18/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`02593c9`](https://github.com/CCExtractor/ccextractor/commit/02593c9867b4567aa1a637acb0f496c129e8ef44) mfra mp4 box weight changed to 1 #273 - [`37496f8`](https://github.com/CCExtractor/ccextractor/commit/37496f8a1a34520e1c292cf25db375d958d5257a) typo mistake ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/stream_functions.c` (+2 -2) </details> ### 📄 Description File-detecting program detect only "mfra" mp4 box in this video which is a trailer and it is assigned weight 3 in ccx_stream_mp4_boxes . So, program detects file as mp4. "mfra" box weight should be "1" so that other box too can confirm file is mp4. --- <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:00:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1174