mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-13 13:35:37 +00:00
[PR #70] [MERGED] put wtv specific dump in WTV_DEBUG macro #962
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:WTV_DEBUG📝 Commits (1)
1ee4b9bput 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.