mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #740] [CLOSED] [FIX] Fix PTS and Length in preview section (Teletext subtitles) #1557
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/740
Author: @alexbrt
Created: 6/2/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
0b0b67bAdd .rpm package generation script5d55a49Fix PTS and Length in preview section (Teletext subtitles)📊 Changes
8 files changed (+118 additions, -33 deletions)
View changed files
📝
.gitignore(+3 -0)📝
README.md(+10 -0)📝
docs/CHANGES.TXT(+3 -0)➕
package_creators/ccextractor.spec(+36 -0)➕
package_creators/rpm.sh(+30 -0)📝
src/ccextractor.c(+6 -6)📝
src/lib_ccx/general_loop.c(+25 -25)📝
src/lib_ccx/telxcc.c(+5 -2)📄 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):
PTS and FTS were not being updated when processing Teletext packets - Fixes #698
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.