mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1167] [MERGED] [Fix] Make -delay all output formats #1951
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/1167
Author: @NilsIrl
Created: 1/1/2020
Status: ✅ Merged
Merged: 1/10/2020
Merged by: @cfsmp3
Base:
master← Head:#1103📝 Commits (4)
ecdffbaFix indentation4fb75f4Calculate subs_delay in encode_sub rather than in the individual encoders4e94a1cUse precalculated times when sub->type == CC_TEXTe872e14Use calculate delay in encode_sub when sub->type == CC_608📊 Changes
13 files changed (+70 additions, -181 deletions)
View changed files
📝
src/lib_ccx/ccx_decoders_common.c(+1 -1)📝
src/lib_ccx/ccx_encoders_common.c(+16 -18)📝
src/lib_ccx/ccx_encoders_curl.c(+0 -1)📝
src/lib_ccx/ccx_encoders_g608.c(+2 -10)📝
src/lib_ccx/ccx_encoders_python.c(+2 -10)📝
src/lib_ccx/ccx_encoders_sami.c(+4 -18)📝
src/lib_ccx/ccx_encoders_smptett.c(+4 -16)📝
src/lib_ccx/ccx_encoders_spupng.c(+1 -18)📝
src/lib_ccx/ccx_encoders_srt.c(+8 -26)📝
src/lib_ccx/ccx_encoders_ssa.c(+4 -16)📝
src/lib_ccx/ccx_encoders_transcript.c(+18 -25)📝
src/lib_ccx/ccx_encoders_webvtt.c(+4 -16)📝
src/lib_ccx/ccx_encoders_xds.c(+6 -6)📄 Description
Fix #1103
My familiarity with the project is as follows (check one):
Move up the pipeline, when the calculation of delay is done.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.