mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-23 22:50:06 +00:00
[PR #1702] [MERGED] [FIX] Handle row_count decrease #2413
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/1702
Author: @moveman
Created: 6/13/2025
Status: ✅ Merged
Merged: 12/8/2025
Merged by: @prateekmedia
Base:
master← Head:master📝 Commits (3)
9144eb9Handle row_count decrease6ca95ecMerge branch 'master' into master7044349Merge branch 'master' into master📊 Changes
2 files changed (+13 additions, -0 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
src/lib_ccx/ccx_decoders_708.c(+12 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
We found ccextractor cannot handle row_count decreasing well. When row count decreases, the upper row should be displaced while the bottom row should be kept.
Before the fix, the srt is like this:
After the fix, the srt is like this:
The cea708 log of the original ccExtractor is included here:
708.log
The cea708 log of the fixed ccExtractor is included here:
new_708.log
Expected captions:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.