mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #635] [MERGED] Prevent usage of stdin with MP4 files. #1481
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/635
Author: @saurabhshri
Created: 1/11/2017
Status: ✅ Merged
Merged: 1/11/2017
Merged by: @cfsmp3
Base:
master← Head:patch-1📝 Commits (3)
2464064Stop GPAC from analyzing if input source is stdin.d8a6642Exit if input source is stdin for MP4.720008fUpdate params.c📊 Changes
2 files changed (+10 additions, -0 deletions)
View changed files
📝
src/ccextractor.c(+4 -0)📝
src/lib_ccx/params.c(+6 -0)📄 Description
Since GPAC needs a file to be present, MP4 files used to crash on stdin. This PR restricts usage of stdin with MP4 files.
Closes #555 .
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.