mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1137] [CLOSED] [FIX] Add the X-TIMESTAMP-MAP header at all time to webvtt files. WIP
#1916
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/1137
Author: @NilsIrl
Created: 12/6/2019
Status: ❌ Closed
Base:
master← Head:toggle_timestamp_#1127📝 Commits (2)
a2b8abdMake X-TIMESTAMP-MAP appear even when no subtitles are present8607303Add newline when no_timestamp_map == true📊 Changes
7 files changed (+28 additions, -26 deletions)
View changed files
📝
src/lib_ccx/ccx_encoders_common.c(+5 -4)📝
src/lib_ccx/ccx_encoders_common.h(+2 -1)📝
src/lib_ccx/ccx_encoders_webvtt.c(+9 -11)📝
src/lib_ccx/general_loop.c(+6 -4)📝
src/lib_ccx/hardsubx.c(+1 -1)📝
src/lib_ccx/lib_ccx.c(+4 -4)📝
src/lib_ccx/lib_ccx.h(+1 -1)📄 Description
Fix #1127
Add the
X-TIMESTAMP-MAPheader at all time to webvtt files.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.