[PR #559] [CLOSED] Improved comment indentation #1391

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/559
Author: @awesometushar000
Created: 12/21/2016
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

33 files changed (+876 additions, -876 deletions)

View changed files

📝 src/lib_ccx/activity.h (+1 -1)
📝 src/lib_ccx/asf_constants.h (+44 -44)
📝 src/lib_ccx/avc_functions.h (+6 -6)
📝 src/lib_ccx/bitstream.h (+15 -15)
📝 src/lib_ccx/ccx_common_common.h (+1 -1)
📝 src/lib_ccx/ccx_common_constants.h (+30 -30)
📝 src/lib_ccx/ccx_common_option.c (+66 -66)
📝 src/lib_ccx/ccx_common_option.h (+74 -74)
📝 src/lib_ccx/ccx_common_structs.h (+19 -19)
📝 src/lib_ccx/ccx_common_timing.c (+52 -52)
📝 src/lib_ccx/ccx_common_timing.h (+15 -15)
📝 src/lib_ccx/ccx_decoders_608.c (+36 -36)
📝 src/lib_ccx/ccx_decoders_608.h (+20 -20)
📝 src/lib_ccx/ccx_decoders_708_encoding.c (+7 -7)
📝 src/lib_ccx/ccx_decoders_structs.h (+48 -48)
📝 src/lib_ccx/ccx_decoders_vbi.c (+15 -15)
📝 src/lib_ccx/ccx_demuxer.c (+7 -7)
📝 src/lib_ccx/ccx_demuxer.h (+17 -17)
📝 src/lib_ccx/ccx_encoders_common.h (+38 -38)
📝 src/lib_ccx/ccx_encoders_g608.c (+8 -8)

...and 13 more files

📄 Description

As a [GCI task] (https://codein.withgoogle.com/dashboard/task-instances/6400773606866944/)
improved comment section.


🔄 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/559 **Author:** [@awesometushar000](https://github.com/awesometushar000) **Created:** 12/21/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`0c18055`](https://github.com/CCExtractor/ccextractor/commit/0c18055f576b409c3749ccb9226324760d490bad) Try to improve the indentation of few files - [`2b3a375`](https://github.com/CCExtractor/ccextractor/commit/2b3a3751ed1e7dfde49d4c5683c1f264386c2444) Indentation improved of Comments - [`5a4c3fd`](https://github.com/CCExtractor/ccextractor/commit/5a4c3fd4f9c9110b95942bce16a8ee054111d297) Indentation Improvement - [`4cf8bd3`](https://github.com/CCExtractor/ccextractor/commit/4cf8bd389b71203af356abe5f57fbdcd065f37ca) Merge https://github.com/CCExtractor/ccextractor ### 📊 Changes **33 files changed** (+876 additions, -876 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/activity.h` (+1 -1) 📝 `src/lib_ccx/asf_constants.h` (+44 -44) 📝 `src/lib_ccx/avc_functions.h` (+6 -6) 📝 `src/lib_ccx/bitstream.h` (+15 -15) 📝 `src/lib_ccx/ccx_common_common.h` (+1 -1) 📝 `src/lib_ccx/ccx_common_constants.h` (+30 -30) 📝 `src/lib_ccx/ccx_common_option.c` (+66 -66) 📝 `src/lib_ccx/ccx_common_option.h` (+74 -74) 📝 `src/lib_ccx/ccx_common_structs.h` (+19 -19) 📝 `src/lib_ccx/ccx_common_timing.c` (+52 -52) 📝 `src/lib_ccx/ccx_common_timing.h` (+15 -15) 📝 `src/lib_ccx/ccx_decoders_608.c` (+36 -36) 📝 `src/lib_ccx/ccx_decoders_608.h` (+20 -20) 📝 `src/lib_ccx/ccx_decoders_708_encoding.c` (+7 -7) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+48 -48) 📝 `src/lib_ccx/ccx_decoders_vbi.c` (+15 -15) 📝 `src/lib_ccx/ccx_demuxer.c` (+7 -7) 📝 `src/lib_ccx/ccx_demuxer.h` (+17 -17) 📝 `src/lib_ccx/ccx_encoders_common.h` (+38 -38) 📝 `src/lib_ccx/ccx_encoders_g608.c` (+8 -8) _...and 13 more files_ </details> ### 📄 Description As a [GCI task] (https://codein.withgoogle.com/dashboard/task-instances/6400773606866944/) improved comment section. --- <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:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1391