[PR #528] [CLOSED] Indentation and Readability Issues Fixed.. #1354

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/528
Author: @jagreetdg
Created: 12/13/2016
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 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

.


🔄 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/528 **Author:** [@jagreetdg](https://github.com/jagreetdg) **Created:** 12/13/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`be32d95`](https://github.com/CCExtractor/ccextractor/commit/be32d955dd21555a5ada2d03f591496cc86b0484) Add files via upload ### 📊 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 . --- <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:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1354