mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 12:03:00 +00:00
[PR #635] Prevent usage of stdin with MP4 files. #1485
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/635
State: closed
Merged: Yes
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 .