[PR #575] [CLOSED] Indentation Improvement #1412

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (7)

📊 Changes

37 files changed (+933 additions, -926 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 -72)
📝 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 17 more files

📄 Description

As a gci task
https://codein.withgoogle.com/dashboard/task-instances/6400773606866944/


🔄 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/575 **Author:** [@awesometushar000](https://github.com/awesometushar000) **Created:** 12/26/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`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 - [`8961cac`](https://github.com/CCExtractor/ccextractor/commit/8961cac1526a2ea1bec37af7c8030591deca8a7b) Indentation Improvement - [`e388447`](https://github.com/CCExtractor/ccextractor/commit/e3884474b54583c924a1a2d91a29ffd232833777) Merge https://github.com/CCExtractor/ccextractor - [`2c208c5`](https://github.com/CCExtractor/ccextractor/commit/2c208c5bb243053ee074b6f3657f77feffb9e7b4) Merge Conflicts ### 📊 Changes **37 files changed** (+933 additions, -926 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 -72) 📝 `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 17 more files_ </details> ### 📄 Description As a gci task https://codein.withgoogle.com/dashboard/task-instances/6400773606866944/ --- <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:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1412