[PR #548] [CLOSED] Make code more legible by aligning columns, comments, etc. #1381

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (10+)

  • 9f09c59 Add files via upload
  • 4d0726c Update asf_constants.h
  • b88f62e Update ccx_common_constants.h
  • 03b8481 Update ccx_common_option.h
  • 53167f4 Update ccx_common_structs.h
  • 8c34476 Update ccx_common_timing.h
  • 82e175f Update ccx_decoders_608.h
  • e826b0e Update ccx_common_timing.h
  • d598e8f Update ccx_decoders_structs.h
  • be72972 Update ccx_encoders_structs.h

📊 Changes

16 files changed (+352 additions, -353 deletions)

View changed files

📝 src/lib_ccx/asf_constants.h (+37 -37)
📝 src/lib_ccx/avc_functions.h (+5 -5)
📝 src/lib_ccx/bitstream.h (+9 -9)
📝 src/lib_ccx/ccx_common_constants.h (+31 -31)
📝 src/lib_ccx/ccx_common_option.h (+81 -81)
📝 src/lib_ccx/ccx_common_platform.h (+7 -7)
📝 src/lib_ccx/ccx_common_structs.h (+10 -10)
📝 src/lib_ccx/ccx_common_timing.h (+14 -14)
📝 src/lib_ccx/ccx_decoders_608.h (+23 -23)
📝 src/lib_ccx/ccx_decoders_structs.h (+40 -41)
📝 src/lib_ccx/ccx_decoders_vbi.h (+1 -1)
📝 src/lib_ccx/ccx_demuxer.h (+12 -12)
📝 src/lib_ccx/ccx_encoders_common.h (+27 -27)
📝 src/lib_ccx/ccx_encoders_structs.h (+13 -13)
📝 src/lib_ccx/hardsubx.h (+6 -6)
📝 src/lib_ccx/lib_ccx.h (+36 -36)

📄 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/548 **Author:** [@ngxingyu](https://github.com/ngxingyu) **Created:** 12/17/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`9f09c59`](https://github.com/CCExtractor/ccextractor/commit/9f09c59487423ec568fd8a625d03d7e6296eb724) Add files via upload - [`4d0726c`](https://github.com/CCExtractor/ccextractor/commit/4d0726c94a0f185f8d2d1267ea934d2389fc02cb) Update asf_constants.h - [`b88f62e`](https://github.com/CCExtractor/ccextractor/commit/b88f62e0614584c169678b56990f14535a571f40) Update ccx_common_constants.h - [`03b8481`](https://github.com/CCExtractor/ccextractor/commit/03b8481381a7e8d9a5e5bac7f69e3979eed16254) Update ccx_common_option.h - [`53167f4`](https://github.com/CCExtractor/ccextractor/commit/53167f479dbefa321f862129d325e3b4dae663eb) Update ccx_common_structs.h - [`8c34476`](https://github.com/CCExtractor/ccextractor/commit/8c344768a4206e46cdc5fa5f6c25642e6856638e) Update ccx_common_timing.h - [`82e175f`](https://github.com/CCExtractor/ccextractor/commit/82e175fd17f3761e175c6db519318cfdbfc21dfc) Update ccx_decoders_608.h - [`e826b0e`](https://github.com/CCExtractor/ccextractor/commit/e826b0eb98c605ffdc5798a52abba6847dcd4d01) Update ccx_common_timing.h - [`d598e8f`](https://github.com/CCExtractor/ccextractor/commit/d598e8f34669d9752c3d486ce4bd5fd40246a3c6) Update ccx_decoders_structs.h - [`be72972`](https://github.com/CCExtractor/ccextractor/commit/be72972bd1657c75d4f798881d11b0b14b4119ac) Update ccx_encoders_structs.h ### 📊 Changes **16 files changed** (+352 additions, -353 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/asf_constants.h` (+37 -37) 📝 `src/lib_ccx/avc_functions.h` (+5 -5) 📝 `src/lib_ccx/bitstream.h` (+9 -9) 📝 `src/lib_ccx/ccx_common_constants.h` (+31 -31) 📝 `src/lib_ccx/ccx_common_option.h` (+81 -81) 📝 `src/lib_ccx/ccx_common_platform.h` (+7 -7) 📝 `src/lib_ccx/ccx_common_structs.h` (+10 -10) 📝 `src/lib_ccx/ccx_common_timing.h` (+14 -14) 📝 `src/lib_ccx/ccx_decoders_608.h` (+23 -23) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+40 -41) 📝 `src/lib_ccx/ccx_decoders_vbi.h` (+1 -1) 📝 `src/lib_ccx/ccx_demuxer.h` (+12 -12) 📝 `src/lib_ccx/ccx_encoders_common.h` (+27 -27) 📝 `src/lib_ccx/ccx_encoders_structs.h` (+13 -13) 📝 `src/lib_ccx/hardsubx.h` (+6 -6) 📝 `src/lib_ccx/lib_ccx.h` (+36 -36) </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:16:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1381