mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
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/320
State: closed
Merged: No
First Commit
Because the default buffer size is set to 1024*1024. When encounters a file smaller than 1Mib, it will determined the file as done reading and close it without going through the processing loop before entering
LSEEKinccx_demuxer_getfilesizein fileccx_demuxer.c, then it fails.The fix is just smaller the buffer size to 100K, which might be a hack but it works for most files.
Second commit.
Referring Issue #270. Detailed opening file error message.
I commit this before last PR merged, so they seems coming into one PR.