[PR #870] [MERGED] {IMPROVEMENT] Whitespace changes (Part of libGPAC update) #1705

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/870
Author: @Hori75
Created: 12/31/2017
Status: Merged
Merged: 12/31/2017
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (2)

📊 Changes

29 files changed (+9109 additions, -9168 deletions)

View changed files

📝 src/gpacmp4/base_encoding.c (+75 -79)
📝 src/gpacmp4/bitstream.c (+154 -155)
📝 src/gpacmp4/configfile.c (+77 -80)
📝 src/gpacmp4/data_map.c (+51 -61)
📝 src/gpacmp4/desc_private.c (+62 -62)
📝 src/gpacmp4/error.c (+644 -648)
📝 src/gpacmp4/gpac/avparse.h (+255 -255)
📝 src/gpacmp4/gpac/base_coding.h (+82 -82)
📝 src/gpacmp4/gpac/bitstream.h (+513 -513)
📝 src/gpacmp4/gpac/constants.h (+690 -688)
📝 src/gpacmp4/gpac/events_constants.h (+71 -71)
📝 src/gpacmp4/gpac/ietf.h (+1091 -1091)
📝 src/gpacmp4/gpac/internal/avilib.h (+49 -49)
📝 src/gpacmp4/gpac/internal/odf_dev.h (+23 -23)
📝 src/gpacmp4/gpac/internal/odf_parse_common.h (+23 -23)
📝 src/gpacmp4/gpac/internal/ogg.h (+180 -180)
📝 src/gpacmp4/gpac/mpeg4_odf.h (+2059 -2059)
📝 src/gpacmp4/gpac/network.h (+485 -485)
📝 src/gpacmp4/gpac/sync_layer.h (+147 -147)
📝 src/gpacmp4/gpac/tools.h (+983 -974)

...and 9 more files

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

Whitespace changes only, there are small changes but I'm sure that would be valid.


🔄 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/870 **Author:** [@Hori75](https://github.com/Hori75) **Created:** 12/31/2017 **Status:** ✅ Merged **Merged:** 12/31/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`08d3b95`](https://github.com/CCExtractor/ccextractor/commit/08d3b953f39c376388e7fce556e0509e2d6e370f) Whitespace changes - [`49af068`](https://github.com/CCExtractor/ccextractor/commit/49af06834db489d1f9d9fd6230c5836ec9c58316) Update tools.h ### 📊 Changes **29 files changed** (+9109 additions, -9168 deletions) <details> <summary>View changed files</summary> 📝 `src/gpacmp4/base_encoding.c` (+75 -79) 📝 `src/gpacmp4/bitstream.c` (+154 -155) 📝 `src/gpacmp4/configfile.c` (+77 -80) 📝 `src/gpacmp4/data_map.c` (+51 -61) 📝 `src/gpacmp4/desc_private.c` (+62 -62) 📝 `src/gpacmp4/error.c` (+644 -648) 📝 `src/gpacmp4/gpac/avparse.h` (+255 -255) 📝 `src/gpacmp4/gpac/base_coding.h` (+82 -82) 📝 `src/gpacmp4/gpac/bitstream.h` (+513 -513) 📝 `src/gpacmp4/gpac/constants.h` (+690 -688) 📝 `src/gpacmp4/gpac/events_constants.h` (+71 -71) 📝 `src/gpacmp4/gpac/ietf.h` (+1091 -1091) 📝 `src/gpacmp4/gpac/internal/avilib.h` (+49 -49) 📝 `src/gpacmp4/gpac/internal/odf_dev.h` (+23 -23) 📝 `src/gpacmp4/gpac/internal/odf_parse_common.h` (+23 -23) 📝 `src/gpacmp4/gpac/internal/ogg.h` (+180 -180) 📝 `src/gpacmp4/gpac/mpeg4_odf.h` (+2059 -2059) 📝 `src/gpacmp4/gpac/network.h` (+485 -485) 📝 `src/gpacmp4/gpac/sync_layer.h` (+147 -147) 📝 `src/gpacmp4/gpac/tools.h` (+983 -974) _...and 9 more files_ </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [x] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. --- Whitespace changes only, there are small changes but I'm sure that would be valid. --- <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:18: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#1705