[PR #307] [MERGED] Added --forceflush (-ff) option #1146

Closed
opened 2026-01-29 16:59:46 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/307
Author: @nikofil
Created: 3/11/2016
Status: Merged
Merged: 3/14/2016
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (1)

  • 286398c Added --forceflush (-ff) option for forcing a flush on the output buffer whenever content is written, closes #306

📊 Changes

5 files changed (+16 additions, -2 deletions)

View changed files

📝 src/lib_ccx/ccx_common_option.c (+1 -0)
📝 src/lib_ccx/ccx_common_option.h (+2 -0)
📝 src/lib_ccx/ccx_encoders_common.c (+3 -1)
📝 src/lib_ccx/ccx_encoders_common.h (+2 -0)
📝 src/lib_ccx/params.c (+8 -1)

📄 Description

Added option for forcing a flush on the output buffer whenever content is written


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/307 **Author:** [@nikofil](https://github.com/nikofil) **Created:** 3/11/2016 **Status:** ✅ Merged **Merged:** 3/14/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`286398c`](https://github.com/CCExtractor/ccextractor/commit/286398c15d9c45734afc43dc06d3d38f1202a3f8) Added --forceflush (-ff) option for forcing a flush on the output buffer whenever content is written, closes #306 ### 📊 Changes **5 files changed** (+16 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_common_option.c` (+1 -0) 📝 `src/lib_ccx/ccx_common_option.h` (+2 -0) 📝 `src/lib_ccx/ccx_encoders_common.c` (+3 -1) 📝 `src/lib_ccx/ccx_encoders_common.h` (+2 -0) 📝 `src/lib_ccx/params.c` (+8 -1) </details> ### 📄 Description Added option for forcing a flush on the output buffer whenever content is written --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:59:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1146