[PR #512] [CLOSED] GCI Make code more legible by aligning columns, comments, etc #1334

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (2)

  • 0a28ee4 I have done some tidying of the code and comments to make it more readable
  • 685b176 Merge pull request #1 from EianKlock/Tidy

📊 Changes

32 files changed (+479 additions, -494 deletions)

View changed files

📝 src/lib_ccx/avc_functions.c (+2 -2)
📝 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_demuxer.c (+1 -1)
📝 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)
📝 src/lib_ccx/ccx_encoders_spupng.c (+2 -2)
📝 src/lib_ccx/ccx_encoders_srt.c (+3 -3)
📝 src/lib_ccx/ccx_encoders_ssa.c (+3 -3)

...and 12 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/512 **Author:** [@EianKlock](https://github.com/EianKlock) **Created:** 12/10/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`0a28ee4`](https://github.com/CCExtractor/ccextractor/commit/0a28ee4f5772fe67dbe21dc8d991981147f2a283) I have done some tidying of the code and comments to make it more readable - [`685b176`](https://github.com/CCExtractor/ccextractor/commit/685b17685cfaba863a91cd5a870e78cf5b001326) Merge pull request #1 from EianKlock/Tidy ### 📊 Changes **32 files changed** (+479 additions, -494 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/avc_functions.c` (+2 -2) 📝 `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_demuxer.c` (+1 -1) 📝 `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) 📝 `src/lib_ccx/ccx_encoders_spupng.c` (+2 -2) 📝 `src/lib_ccx/ccx_encoders_srt.c` (+3 -3) 📝 `src/lib_ccx/ccx_encoders_ssa.c` (+3 -3) _...and 12 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:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1334