[PR #542] [CLOSED] Make code more legible by aligning columns, comments, etc (CCExtractor Development) #1372

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/542
Author: @ngxingyu
Created: 12/16/2016
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 Changes

16 files changed (+354 additions, -354 deletions)

View changed files

📝 src/lib_ccx/asf_constants.h (+36 -36)
📝 src/lib_ccx/avc_functions.h (+6 -6)
📝 src/lib_ccx/bitstream.h (+9 -9)
📝 src/lib_ccx/ccx_common_constants.h (+34 -34)
📝 src/lib_ccx/ccx_common_option.h (+78 -78)
📝 src/lib_ccx/ccx_common_platform.h (+7 -7)
📝 src/lib_ccx/ccx_common_structs.h (+8 -8)
📝 src/lib_ccx/ccx_common_timing.h (+14 -14)
📝 src/lib_ccx/ccx_decoders_608.h (+22 -22)
📝 src/lib_ccx/ccx_decoders_structs.h (+41 -41)
📝 src/lib_ccx/ccx_decoders_vbi.h (+1 -1)
📝 src/lib_ccx/ccx_demuxer.h (+13 -13)
📝 src/lib_ccx/ccx_encoders_common.h (+32 -32)
📝 src/lib_ccx/ccx_encoders_structs.h (+13 -13)
📝 src/lib_ccx/lib_ccx.h (+37 -37)
📝 src/lib_ccx/ts_functions.h (+3 -3)

📄 Description

google code-in task - worked on the .h files in src/lib_ccx/


🔄 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/542 **Author:** [@ngxingyu](https://github.com/ngxingyu) **Created:** 12/16/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`e5193de`](https://github.com/CCExtractor/ccextractor/commit/e5193de495ae3042932d01e2db27ccb676e24839) Add files via upload - [`e12007d`](https://github.com/CCExtractor/ccextractor/commit/e12007d00d93bbdc07a862485ee29f032d1a03fe) Add files via upload - [`3f610ae`](https://github.com/CCExtractor/ccextractor/commit/3f610ae10806fcb49dac3b2342e4fef4f110d7f6) Add files via upload ### 📊 Changes **16 files changed** (+354 additions, -354 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/asf_constants.h` (+36 -36) 📝 `src/lib_ccx/avc_functions.h` (+6 -6) 📝 `src/lib_ccx/bitstream.h` (+9 -9) 📝 `src/lib_ccx/ccx_common_constants.h` (+34 -34) 📝 `src/lib_ccx/ccx_common_option.h` (+78 -78) 📝 `src/lib_ccx/ccx_common_platform.h` (+7 -7) 📝 `src/lib_ccx/ccx_common_structs.h` (+8 -8) 📝 `src/lib_ccx/ccx_common_timing.h` (+14 -14) 📝 `src/lib_ccx/ccx_decoders_608.h` (+22 -22) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+41 -41) 📝 `src/lib_ccx/ccx_decoders_vbi.h` (+1 -1) 📝 `src/lib_ccx/ccx_demuxer.h` (+13 -13) 📝 `src/lib_ccx/ccx_encoders_common.h` (+32 -32) 📝 `src/lib_ccx/ccx_encoders_structs.h` (+13 -13) 📝 `src/lib_ccx/lib_ccx.h` (+37 -37) 📝 `src/lib_ccx/ts_functions.h` (+3 -3) </details> ### 📄 Description google code-in task - worked on the .h files in src/lib_ccx/ --- <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:16:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1372