[PR #498] [CLOSED] I've begun to make the code more readable #1316

Open
opened 2026-01-29 17:15:42 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/498
Author: @EianKlock
Created: 12/9/2016
Status: Closed

Base: masterHead: TidyUp


📝 Commits (1)

  • 15172d6 I've begun to make the code more readable

📊 Changes

28 files changed (+469 additions, -484 deletions)

View changed files

📝 src/gpacmp4/av_parsers.c (+7 -7)
📝 src/gpacmp4/avilib.c (+16 -16)
📝 src/gpacmp4/box_code_3gpp.c (+1 -1)
📝 src/gpacmp4/box_code_base.c (+2 -2)
📝 src/gpacmp4/data_map.c (+1 -1)
📝 src/lib_ccx/ccx_common_char_encoding.c (+2 -2)
📝 src/lib_ccx/ccx_common_common.c (+15 -15)
📝 src/lib_ccx/ccx_common_constants.c (+3 -3)
📝 src/lib_ccx/ccx_common_option.c (+54 -64)
📝 src/lib_ccx/ccx_common_timing.c (+26 -30)
📝 src/lib_ccx/ccx_decoders_608.c (+88 -88)
📝 src/lib_ccx/ccx_decoders_708.c (+34 -32)
📝 src/lib_ccx/ccx_decoders_708_encoding.c (+4 -4)
📝 src/lib_ccx/ccx_decoders_common.c (+6 -6)
📝 src/lib_ccx/ccx_decoders_isdb.c (+79 -82)
📝 src/lib_ccx/ccx_decoders_xds.c (+45 -45)
📝 src/lib_ccx/ccx_dtvcc.c (+5 -5)
📝 src/lib_ccx/ccx_encoders_common.c (+8 -8)
📝 src/lib_ccx/ccx_encoders_helpers.c (+6 -6)
📝 src/lib_ccx/ccx_encoders_smptett.c (+1 -1)

...and 8 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/498 **Author:** [@EianKlock](https://github.com/EianKlock) **Created:** 12/9/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `TidyUp` --- ### 📝 Commits (1) - [`15172d6`](https://github.com/CCExtractor/ccextractor/commit/15172d606e9fc927b06ede249102f6a248676175) I've begun to make the code more readable ### 📊 Changes **28 files changed** (+469 additions, -484 deletions) <details> <summary>View changed files</summary> 📝 `src/gpacmp4/av_parsers.c` (+7 -7) 📝 `src/gpacmp4/avilib.c` (+16 -16) 📝 `src/gpacmp4/box_code_3gpp.c` (+1 -1) 📝 `src/gpacmp4/box_code_base.c` (+2 -2) 📝 `src/gpacmp4/data_map.c` (+1 -1) 📝 `src/lib_ccx/ccx_common_char_encoding.c` (+2 -2) 📝 `src/lib_ccx/ccx_common_common.c` (+15 -15) 📝 `src/lib_ccx/ccx_common_constants.c` (+3 -3) 📝 `src/lib_ccx/ccx_common_option.c` (+54 -64) 📝 `src/lib_ccx/ccx_common_timing.c` (+26 -30) 📝 `src/lib_ccx/ccx_decoders_608.c` (+88 -88) 📝 `src/lib_ccx/ccx_decoders_708.c` (+34 -32) 📝 `src/lib_ccx/ccx_decoders_708_encoding.c` (+4 -4) 📝 `src/lib_ccx/ccx_decoders_common.c` (+6 -6) 📝 `src/lib_ccx/ccx_decoders_isdb.c` (+79 -82) 📝 `src/lib_ccx/ccx_decoders_xds.c` (+45 -45) 📝 `src/lib_ccx/ccx_dtvcc.c` (+5 -5) 📝 `src/lib_ccx/ccx_encoders_common.c` (+8 -8) 📝 `src/lib_ccx/ccx_encoders_helpers.c` (+6 -6) 📝 `src/lib_ccx/ccx_encoders_smptett.c` (+1 -1) _...and 8 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:15:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1316