[PR #509] [CLOSED] GCI Task - Improving Code Readability #1331

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (2)

  • f0a436c Merge pull request #1 from CCExtractor/master
  • 9910333 Resolved comment indentation issues in header files.

📊 Changes

19 files changed (+540 additions, -330 deletions)

View changed files

📝 src/lib_ccx/ccx_common_option.h (+147 -76)
📝 src/lib_ccx/ccx_common_platform.h (+4 -4)
📝 src/lib_ccx/ccx_common_structs.h (+16 -16)
📝 src/lib_ccx/ccx_common_timing.h (+39 -25)
📝 src/lib_ccx/ccx_decoders_608.h (+45 -25)
📝 src/lib_ccx/ccx_decoders_common.h (+12 -7)
📝 src/lib_ccx/ccx_decoders_structs.h (+93 -60)
📝 src/lib_ccx/ccx_decoders_vbi.h (+7 -2)
📝 src/lib_ccx/ccx_decoders_xds.h (+7 -3)
📝 src/lib_ccx/ccx_demuxer.h (+48 -37)
📝 src/lib_ccx/ccx_dtvcc.h (+4 -4)
📝 src/lib_ccx/ccx_encoders_common.h (+58 -40)
📝 src/lib_ccx/ccx_encoders_helpers.h (+31 -8)
📝 src/lib_ccx/ccx_encoders_spupng.h (+3 -2)
📝 src/lib_ccx/ccx_encoders_structs.h (+10 -10)
📝 src/lib_ccx/ccx_encoders_xds.h (+4 -1)
📝 src/lib_ccx/ccx_gxf.h (+4 -2)
📝 src/lib_ccx/ccx_mp4.h (+3 -3)
📝 src/lib_ccx/ccx_share.h (+5 -5)

📄 Description

Hope the request will be merged ASAP. :)


🔄 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/509 **Author:** [@DeeprajPandey](https://github.com/DeeprajPandey) **Created:** 12/10/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`f0a436c`](https://github.com/CCExtractor/ccextractor/commit/f0a436cd3060f259474774fdabd95289c3642e15) Merge pull request #1 from CCExtractor/master - [`9910333`](https://github.com/CCExtractor/ccextractor/commit/9910333c335f24f7c3af4ed29b0df4b44d8e74f4) Resolved comment indentation issues in header files. ### 📊 Changes **19 files changed** (+540 additions, -330 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_common_option.h` (+147 -76) 📝 `src/lib_ccx/ccx_common_platform.h` (+4 -4) 📝 `src/lib_ccx/ccx_common_structs.h` (+16 -16) 📝 `src/lib_ccx/ccx_common_timing.h` (+39 -25) 📝 `src/lib_ccx/ccx_decoders_608.h` (+45 -25) 📝 `src/lib_ccx/ccx_decoders_common.h` (+12 -7) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+93 -60) 📝 `src/lib_ccx/ccx_decoders_vbi.h` (+7 -2) 📝 `src/lib_ccx/ccx_decoders_xds.h` (+7 -3) 📝 `src/lib_ccx/ccx_demuxer.h` (+48 -37) 📝 `src/lib_ccx/ccx_dtvcc.h` (+4 -4) 📝 `src/lib_ccx/ccx_encoders_common.h` (+58 -40) 📝 `src/lib_ccx/ccx_encoders_helpers.h` (+31 -8) 📝 `src/lib_ccx/ccx_encoders_spupng.h` (+3 -2) 📝 `src/lib_ccx/ccx_encoders_structs.h` (+10 -10) 📝 `src/lib_ccx/ccx_encoders_xds.h` (+4 -1) 📝 `src/lib_ccx/ccx_gxf.h` (+4 -2) 📝 `src/lib_ccx/ccx_mp4.h` (+3 -3) 📝 `src/lib_ccx/ccx_share.h` (+5 -5) </details> ### 📄 Description Hope the request will be merged ASAP. :) --- <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:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1331