mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1350] [MERGED] Update function declarations and naming style #2120
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/1350
Author: @PunitLodha
Created: 6/19/2021
Status: ✅ Merged
Merged: 6/19/2021
Merged by: @cfsmp3
Base:
master← Head:naming_fix📝 Commits (3)
19dd322Add declarations of functions and update namesaaf290ffix formatingead7a8cupdate function signature for dtvcc_process_data📊 Changes
11 files changed (+768 additions, -696 deletions)
View changed files
📝
src/lib_ccx/ccx_decoders_708.c(+379 -379)📝
src/lib_ccx/ccx_decoders_708.h(+227 -163)📝
src/lib_ccx/ccx_decoders_708_output.c(+65 -65)📝
src/lib_ccx/ccx_decoders_708_output.h(+20 -4)📝
src/lib_ccx/ccx_decoders_common.c(+7 -7)📝
src/lib_ccx/ccx_decoders_structs.h(+1 -1)📝
src/lib_ccx/ccx_dtvcc.c(+58 -64)📝
src/lib_ccx/ccx_dtvcc.h(+4 -5)📝
src/lib_ccx/ccx_encoders_common.c(+3 -3)📝
src/lib_ccx/ccx_encoders_common.h(+3 -3)📝
src/lib_ccx/mp4.c(+1 -2)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Add declarations for undeclared functions
Update naming style for all 708 related functions to have a consistent prefix of
dtvcc_🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.