mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #643] [MERGED] CEA-708 subtitle counter #1488
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/643
Author: @Izaron
Created: 1/13/2017
Status: ✅ Merged
Merged: 1/13/2017
Merged by: @cfsmp3
Base:
master← Head:708-stuff📝 Commits (2)
a727d2dFixed hot bug with CEA-708 counteraa0db3cUsing correct CEA-708 subs counter📊 Changes
1 file changed (+5 additions, -3 deletions)
View changed files
📝
src/lib_ccx/ccx_decoders_708_output.c(+5 -3)📄 Description
Fixed bug with uncorrect srt numbers - histw-false.srt, histw-true.srt
We had a "disappearing subtitles", but in fact we had uncorrect numbering in tv->cc_count and decoder->tv->cc_count, because we increase these values before output function calling, but the output sometimes failed, because the window does not exist, so we can't use this value as counter. I used encoder->cea_708_counter as global correct counter for CEA-708.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.