mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #132] [CLOSED] Added too basic ISDB text support #1022
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/132
Author: @anshul1912
Created: 1/24/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
987dcf1Added too basic ISDB text support0633045working isdb with time and text1e60285removed Seg fault when stdin useda03625eAdding bg color and line break📊 Changes
10 files changed (+1316 additions, -34 deletions)
View changed files
📝
src/ccextractor.c(+5 -3)📝
src/lib_ccx/ccx_common_constants.h(+1 -0)📝
src/lib_ccx/ccx_decoders_structs.h(+2 -0)📝
src/lib_ccx/ccx_encoders_common.c(+24 -1)📝
src/lib_ccx/general_loop.c(+6 -0)➕
src/lib_ccx/isdb.c(+1202 -0)➕
src/lib_ccx/isdb.h(+13 -0)📝
src/lib_ccx/ts_functions.c(+31 -20)📝
src/lib_ccx/ts_tables.c(+31 -10)📝
src/lib_ccx/utility.h(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.