[PR #531] [CLOSED] Formatted header files (GCI) #1358

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/531
Author: @jeffsieu
Created: 12/14/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 3f06d15 Formatted header files
  • 7a54ce6 Improved formatting of header files in src/lib_ccx

📊 Changes

41 files changed (+1500 additions, -891 deletions)

View changed files

📝 src/lib_ccx/activity.h (+20 -8)
📝 src/lib_ccx/asf_constants.h (+6 -0)
📝 src/lib_ccx/avc_functions.h (+11 -3)
📝 src/lib_ccx/bitstream.h (+90 -35)
📝 src/lib_ccx/ccx_common_char_encoding.h (+16 -7)
📝 src/lib_ccx/ccx_common_common.h (+27 -8)
📝 src/lib_ccx/ccx_common_constants.h (+184 -159)
📝 src/lib_ccx/ccx_common_option.h (+30 -12)
📝 src/lib_ccx/ccx_common_platform.h (+53 -51)
📝 src/lib_ccx/ccx_common_structs.h (+10 -10)
📝 src/lib_ccx/ccx_common_timing.h (+47 -14)
📝 src/lib_ccx/ccx_decoders_608.h (+91 -79)
📝 src/lib_ccx/ccx_decoders_708.h (+157 -136)
📝 src/lib_ccx/ccx_decoders_708_output.h (+14 -8)
📝 src/lib_ccx/ccx_decoders_common.h (+48 -12)
📝 src/lib_ccx/ccx_decoders_isdb.h (+12 -2)
📝 src/lib_ccx/ccx_decoders_structs.h (+13 -10)
📝 src/lib_ccx/ccx_decoders_vbi.h (+11 -5)
📝 src/lib_ccx/ccx_decoders_xds.h (+11 -3)
📝 src/lib_ccx/ccx_demuxer.h (+239 -145)

...and 21 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/531 **Author:** [@jeffsieu](https://github.com/jeffsieu) **Created:** 12/14/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`3f06d15`](https://github.com/CCExtractor/ccextractor/commit/3f06d158f7e13b400ae8171d55322d5628bf4cf2) Formatted header files - [`7a54ce6`](https://github.com/CCExtractor/ccextractor/commit/7a54ce62ff9251f7e8a66b6910310b58c450be99) Improved formatting of header files in src/lib_ccx ### 📊 Changes **41 files changed** (+1500 additions, -891 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/activity.h` (+20 -8) 📝 `src/lib_ccx/asf_constants.h` (+6 -0) 📝 `src/lib_ccx/avc_functions.h` (+11 -3) 📝 `src/lib_ccx/bitstream.h` (+90 -35) 📝 `src/lib_ccx/ccx_common_char_encoding.h` (+16 -7) 📝 `src/lib_ccx/ccx_common_common.h` (+27 -8) 📝 `src/lib_ccx/ccx_common_constants.h` (+184 -159) 📝 `src/lib_ccx/ccx_common_option.h` (+30 -12) 📝 `src/lib_ccx/ccx_common_platform.h` (+53 -51) 📝 `src/lib_ccx/ccx_common_structs.h` (+10 -10) 📝 `src/lib_ccx/ccx_common_timing.h` (+47 -14) 📝 `src/lib_ccx/ccx_decoders_608.h` (+91 -79) 📝 `src/lib_ccx/ccx_decoders_708.h` (+157 -136) 📝 `src/lib_ccx/ccx_decoders_708_output.h` (+14 -8) 📝 `src/lib_ccx/ccx_decoders_common.h` (+48 -12) 📝 `src/lib_ccx/ccx_decoders_isdb.h` (+12 -2) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+13 -10) 📝 `src/lib_ccx/ccx_decoders_vbi.h` (+11 -5) 📝 `src/lib_ccx/ccx_decoders_xds.h` (+11 -3) 📝 `src/lib_ccx/ccx_demuxer.h` (+239 -145) _...and 21 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: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#1358