[PR #515] [MERGED] Cleanup libccx h #1335

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/515
Author: @DanilaFe
Created: 12/11/2016
Status: Merged
Merged: 12/13/2016
Merged by: @cfsmp3

Base: masterHead: cleanup-libccx-h


📝 Commits (8)

  • 190a420 Rename processhex to process_hex for consistency.
  • 12c3880 Rename hex2int to hex_to_int.
  • 1f54d88 Add hex_string_to_int function.
  • 7616cef Remove accidental code duplication.
  • d5f14d5 Add underscores to getfilesize.
  • cbea9ee Also add underscores to get_total_file_size.
  • 01d2ce3 Clarify usage function name (rename it to print_usage).
  • 5602e42 Merge remote-tracking branch 'upstream/master' into cleanup-libccx-h

📊 Changes

7 files changed (+47 additions, -31 deletions)

View changed files

📝 src/ccextractor.c (+4 -4)
📝 src/lib_ccx/ccx_demuxer.c (+2 -2)
📝 src/lib_ccx/file_functions.c (+3 -3)
📝 src/lib_ccx/general_loop.c (+4 -4)
📝 src/lib_ccx/lib_ccx.h (+6 -5)
📝 src/lib_ccx/params.c (+12 -12)
📝 src/lib_ccx/utility.c (+16 -1)

📄 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/515 **Author:** [@DanilaFe](https://github.com/DanilaFe) **Created:** 12/11/2016 **Status:** ✅ Merged **Merged:** 12/13/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `cleanup-libccx-h` --- ### 📝 Commits (8) - [`190a420`](https://github.com/CCExtractor/ccextractor/commit/190a4203ebc3c54c5f329a19236b714f6b36f1c1) Rename processhex to process_hex for consistency. - [`12c3880`](https://github.com/CCExtractor/ccextractor/commit/12c388093f21d40a742b2e352214d0dcfb6c36ad) Rename hex2int to hex_to_int. - [`1f54d88`](https://github.com/CCExtractor/ccextractor/commit/1f54d888672ca4ad7a691975fe709c43a89b5c41) Add hex_string_to_int function. - [`7616cef`](https://github.com/CCExtractor/ccextractor/commit/7616cef9cc2b96540ba4db72d219dcec64b97bc5) Remove accidental code duplication. - [`d5f14d5`](https://github.com/CCExtractor/ccextractor/commit/d5f14d56f3f69929e2ad9510eb0f516c1bb3562c) Add underscores to getfilesize. - [`cbea9ee`](https://github.com/CCExtractor/ccextractor/commit/cbea9ee0451ce21e1481dc986f6a7801a6bd9e28) Also add underscores to get_total_file_size. - [`01d2ce3`](https://github.com/CCExtractor/ccextractor/commit/01d2ce36d16f1404ef602d3627e5538142cf4694) Clarify usage function name (rename it to print_usage). - [`5602e42`](https://github.com/CCExtractor/ccextractor/commit/5602e420fc26160d9cbfd651ef62686bd324dc36) Merge remote-tracking branch 'upstream/master' into cleanup-libccx-h ### 📊 Changes **7 files changed** (+47 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+4 -4) 📝 `src/lib_ccx/ccx_demuxer.c` (+2 -2) 📝 `src/lib_ccx/file_functions.c` (+3 -3) 📝 `src/lib_ccx/general_loop.c` (+4 -4) 📝 `src/lib_ccx/lib_ccx.h` (+6 -5) 📝 `src/lib_ccx/params.c` (+12 -12) 📝 `src/lib_ccx/utility.c` (+16 -1) </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:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1335