mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #165] [MERGED] Possible MP4 detection fix #1052
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/CCExtractor/ccextractor/pull/165
Author: @canihavesomecoffee
Created: 5/15/2015
Status: ✅ Merged
Merged: 5/15/2015
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (1)
1a1aa74Possible MP4 detection fix📊 Changes
2 files changed (+96 additions, -42 deletions)
View changed files
📝
src/lib_ccx/lib_ccx.h(+1 -0)📝
src/lib_ccx/stream_functions.c(+95 -42)📄 Description
Expanded detection for mp4. This fix does not affect any other files (as opposed to the initial "fix").
New detection code requires a couple of valid mp4 boxes after each other instead of just a single string reference. It uses the length parameter of the supposed mp4 boxes to skip the contents of the supposed boxes (as would be the case in mp4).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.