mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-17 21:23:53 +00:00
[PR #59] [MERGED] Support for configuration file #953
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/59
Author: @anshul1912
Created: 7/1/2014
Status: ✅ Merged
Merged: 7/2/2014
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (5)
0c29b8bSupport for configuration file8ad13c0update CHANGES.TXT8fb135eremoved redundant declaration of get_fts57df6a5Changed Refrence fram cpp to c files in comments05e5887Updated Readme File📊 Changes
10 files changed (+594 additions, -44 deletions)
View changed files
📝
README.md(+16 -1)📝
docs/CHANGES.TXT(+2 -0)➕
docs/ccextractor.cnf.sample(+369 -0)📝
src/ccextractor.c(+2 -0)📝
src/ccextractor.h(+27 -26)➕
src/configuration.c(+148 -0)➕
src/configuration.h(+4 -0)📝
src/gpacmp4/mp4.c(+2 -2)📝
src/params.c(+23 -14)📝
src/sequencing.c(+1 -1)📄 Description
I have added configuration file support.
kept an sample configuration file in doc folder that need to copied where binary file lies
with name ccextractor.cnf
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.