mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #1338] [MERGED] Fix min and max fts when PTS resets #2111
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/1338
Author: @PunitLodha
Created: 5/27/2021
Status: ✅ Merged
Merged: 5/27/2021
Merged by: @cfsmp3
Base:
master← Head:pts_fix📝 Commits (1)
6b66d51Fix min and max fts when PTS resets📊 Changes
2 files changed (+17 additions, -0 deletions)
View changed files
📝
src/lib_ccx/ccx_common_timing.c(+16 -0)📝
src/lib_ccx/ccx_common_timing.h(+1 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
VOB files can contain multiple chapters in a single file. This causes PTS to reset to 0 when a new chapter starts. This leads to FTS also getting reset. But min and max fts aren't reset. So fixed that
Fixes https://github.com/CCExtractor/ccextractor/issues/1277
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.