mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1486] [MERGED] [FIX] Missing # in color attribute of font tag
#2213
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/1486
Author: @elbertronnie
Created: 3/7/2023
Status: ✅ Merged
Merged: 3/7/2023
Merged by: @cfsmp3
Base:
master← Head:fix-missing-hash📝 Commits (1)
a245d4eFix missing#in color attribute of font tag📊 Changes
3 files changed (+3 additions, -2 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
src/lib_ccx/ccx_decoders_708_output.c(+1 -1)📝
src/rust/src/decoder/tv_screen.rs(+1 -1)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Link to sample video: https://drive.google.com/file/d/13p6HBxGXlm0BGpaS15JwCJjfnBdm_Qbm/view?usp=sharing
Running ccextractor on the above sample video WhackedOutVideos_short.mov produces a file WhackedOutVideos_short.p0.svc01.srt with the following contents:
Without the
#in color attribute of font tag, the text is rendered by black color instead of#aaaaaa. This PR adds the missing#:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.