mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #166] [MERGED] Removing use ccx_options from decoders and encoders #1054
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/166
Author: @anshul1912
Created: 5/18/2015
Status: ✅ Merged
Merged: 5/18/2015
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (9)
fa3b651Remove use glb bar ccx_options in param ctxb4f5b5bRemoving global options from Mp4cbb4b4cremove use of global var in telexccb26854dRemoving ccx_options from output ctxa1d985bRemove use of global options in sami9369cdepartially removing global options from utility1123755Remove options from decoderf1ff75bRemove ccxoptions fromm encoder88015d6Adding milliseprator in tlt_config init📊 Changes
24 files changed (+480 additions, -403 deletions)
View changed files
📝
src/ccextractor.c(+18 -14)📝
src/gpacmp4/mp4.c(+5 -6)📝
src/lib_ccx/608_sami.c(+8 -8)📝
src/lib_ccx/608_smptett.c(+8 -8)📝
src/lib_ccx/608_srt.c(+4 -4)📝
src/lib_ccx/ccx_common_option.c(+0 -1)📝
src/lib_ccx/ccx_decoders_608.c(+19 -18)📝
src/lib_ccx/ccx_decoders_608.h(+6 -7)📝
src/lib_ccx/ccx_decoders_common.c(+25 -8)📝
src/lib_ccx/ccx_decoders_common.h(+1 -0)📝
src/lib_ccx/ccx_decoders_structs.h(+11 -0)📝
src/lib_ccx/ccx_decoders_xds.c(+0 -1)📝
src/lib_ccx/ccx_encoders_common.c(+80 -63)📝
src/lib_ccx/ccx_encoders_common.h(+20 -1)➕
src/lib_ccx/ccx_mp4.h(+11 -0)📝
src/lib_ccx/general_loop.c(+3 -3)📝
src/lib_ccx/lib_ccx.c(+9 -0)📝
src/lib_ccx/lib_ccx.h(+19 -5)📝
src/lib_ccx/networking.c(+1 -1)📝
src/lib_ccx/networking.h(+1 -1)...and 4 more files
📄 Description
now use of global options ccx_options left only in ts parser(PAT, PMT)
Tested pull request using Willem TestSuite.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.