[PR #70] [MERGED] put wtv specific dump in WTV_DEBUG macro #962

Open
opened 2026-01-29 16:57:43 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/70
Author: @anshul1912
Created: 7/7/2014
Status: Merged
Merged: 7/8/2014
Merged by: @cfsmp3

Base: masterHead: WTV_DEBUG


📝 Commits (1)

  • 1ee4b9b put wtv specific dump in WTV_DEBUG macro

📊 Changes

7 files changed (+21 additions, -2 deletions)

View changed files

📝 src/ccextractor.c (+5 -1)
📝 src/constants.h (+2 -0)
📝 src/general_loop.c (+2 -1)
📝 src/params.c (+4 -0)
📝 src/params_dump.c (+4 -0)
📝 src/stream_functions.c (+2 -0)
📝 src/timing.c (+2 -0)

📄 Description

to enable hex code for debugging purpose, developer has to define macro at compile time
or in some global directory like ccextractor, so that code get included every where as it is again.


🔄 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/70 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 7/7/2014 **Status:** ✅ Merged **Merged:** 7/8/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `WTV_DEBUG` --- ### 📝 Commits (1) - [`1ee4b9b`](https://github.com/CCExtractor/ccextractor/commit/1ee4b9bd01824e3744ec95dd4a901ab7085c5c05) put wtv specific dump in WTV_DEBUG macro ### 📊 Changes **7 files changed** (+21 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+5 -1) 📝 `src/constants.h` (+2 -0) 📝 `src/general_loop.c` (+2 -1) 📝 `src/params.c` (+4 -0) 📝 `src/params_dump.c` (+4 -0) 📝 `src/stream_functions.c` (+2 -0) 📝 `src/timing.c` (+2 -0) </details> ### 📄 Description to enable hex code for debugging purpose, developer has to define macro at compile time or in some global directory like ccextractor, so that code get included every where as it is again. --- <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 16:57:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#962