mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #1832] [CLOSED] [FIX] Prevent creation of empty per-stream subtitle files #2587
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/1832
Author: @VyankateshD206
Created: 12/15/2025
Status: ❌ Closed
Base:
master← Head:fix-empty-output-files-issue-1282📝 Commits (1)
71c81d4[FIX] Prevent creation of empty per-stream subtitle files📊 Changes
2 files changed (+23 additions, -3 deletions)
View changed files
📝
src/lib_ccx/ccx_encoders_common.c(+22 -3)📝
src/lib_ccx/ccx_encoders_structs.h(+1 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
[FIX] Prevent creation of empty per-stream subtitle files (Fixes #1282)
This pull request implements deferred output file creation to avoid producing zero-byte
.srtfiles for caption streams that contain no actual data.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.