mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 05:26:07 +00:00
[PR #1176] [MERGED] [FIX] Added the option to disable timestamps for WebVTT #1964
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/1176
Author: @dhrumilp15
Created: 1/12/2020
Status: ✅ Merged
Merged: 1/13/2020
Merged by: @cfsmp3
Base:
master← Head:disable_timestamps📝 Commits (5)
ca2ab74Added the option to disable timestamps for WebVTT3889a82Mentioned in changelog13290c1Added the option to params.c81d7f79Encoder checks its context nwo6ca2946Encoder checks its context📊 Changes
7 files changed (+29 additions, -4 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
src/lib_ccx/ccx_common_option.c(+2 -0)📝
src/lib_ccx/ccx_common_option.h(+3 -1)📝
src/lib_ccx/ccx_encoders_common.c(+1 -0)📝
src/lib_ccx/ccx_encoders_common.h(+2 -0)📝
src/lib_ccx/ccx_encoders_webvtt.c(+13 -3)📝
src/lib_ccx/params.c(+7 -0)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
In response to issue #1127, this fix adds an option to remove the X-TIMESTAMP-MAP header for WebVTT.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.