mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #21] [MERGED] Implementation of DVB Subtitle #909
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/21
Author: @anshul1912
Created: 4/29/2014
Status: ✅ Merged
Merged: 5/5/2014
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (1)
a6c3619Implementation of DVB Subtitle📊 Changes
11 files changed (+1874 additions, -16 deletions)
View changed files
📝
.gitignore(+3 -0)📝
linux/Makefile(+3 -2)📝
src/ccextractor.cpp(+5 -0)📝
src/ccextractor.h(+4 -0)📝
src/constants.h(+29 -1)➕
src/dvb_subtitle_decoder.c(+1643 -0)➕
src/dvb_subtitle_decoder.h(+74 -0)📝
src/general_loop.cpp(+8 -1)📝
src/params.cpp(+60 -0)📝
src/ts_functions.cpp(+6 -8)📝
src/ts_tables.cpp(+39 -4)📄 Description
implemented DVB subtitle
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.