mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-26 16:10:07 +00:00
[PR #216] [MERGED] removing some global and static variable. #1093
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/216
Author: @anshul1912
Created: 8/22/2015
Status: ✅ Merged
Merged: 9/1/2015
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (10+)
3433ed2removed somestatic variable from avcfcbf113Merge remote-tracking branch 'upstream/master'da576bfPass timing in get_fts function647a91eshifting global variable in context66f4143moving global variable of sequence to ctxad6346fmaking xds_context and moving global vars3bdb5f3remove xds global initb3614f5dont derefrence global variables2fe0da3ignore xds if not selected in transcript96fd051pass dec_ctx instead of its channel📊 Changes
36 files changed (+816 additions, -705 deletions)
View changed files
📝
src/ccextractor.c(+49 -44)📝
src/gpacmp4/mp4.c(+11 -8)📝
src/lib_ccx/608_sami.c(+5 -4)📝
src/lib_ccx/608_smptett.c(+2 -0)📝
src/lib_ccx/608_srt.c(+2 -2)📝
src/lib_ccx/avc_functions.c(+65 -56)📝
src/lib_ccx/avc_functions.h(+17 -0)📝
src/lib_ccx/ccx_common_timing.c(+33 -30)📝
src/lib_ccx/ccx_common_timing.h(+8 -7)📝
src/lib_ccx/ccx_decoders_608.c(+47 -31)📝
src/lib_ccx/ccx_decoders_608.h(+4 -7)📝
src/lib_ccx/ccx_decoders_708.c(+15 -15)📝
src/lib_ccx/ccx_decoders_708.h(+2 -0)📝
src/lib_ccx/ccx_decoders_common.c(+32 -20)📝
src/lib_ccx/ccx_decoders_common.h(+2 -4)📝
src/lib_ccx/ccx_decoders_structs.h(+1 -0)📝
src/lib_ccx/ccx_decoders_xds.c(+305 -358)📝
src/lib_ccx/ccx_decoders_xds.h(+6 -9)📝
src/lib_ccx/ccx_dtvcc.c(+2 -1)➕
src/lib_ccx/ccx_encoder_xds.c(+95 -0)...and 16 more files
📄 Description
@ccx-testerbot runtests
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.