mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
Add --forceflush (-ff) as parameter #123
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?
Originally created by @cfsmp3 on GitHub (Mar 11, 2016).
An easy one for GSoC applicants:
We need to add a parameter --forceflush (short -ff) that if used will cause the file buffers to be flushed as soon as content is written.
Actually the functionality itself is already there
(file ccx_encoders_common.c, check the call to fsync)
but currently it's forced. The required change implies is that only if forceflush is used fysnc is to be called.
@phanindra707 commented on GitHub (Mar 11, 2016):
Added forceflush option #306 [
980a0b2441]