[PR #1315] [MERGED] [FIX] remove '-nots' flag from file-format parsing #2092

Open
opened 2026-01-29 17:20:14 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1315
Author: @abhikjain360
Created: 4/3/2021
Status: Merged
Merged: 4/3/2021
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (1)

  • 8406562 remove '-nots' flag from file-format parsing

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 src/lib_ccx/params.c (+0 -1)

📄 Description

In raising this pull request, I confirm the following:

  • 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.
  • I have mentioned this change in the [changelog] (https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT). (not done as not deemed necessary, let me know if otherwise)

My familiarity with the project is as follows:

  • 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.

Removes the -nots flag from the section of parse_parameters() in src/lib_ccx/params.c as is not a valid format, and conflicts with it's other use here


🔄 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/1315 **Author:** [@abhikjain360](https://github.com/abhikjain360) **Created:** 4/3/2021 **Status:** ✅ Merged **Merged:** 4/3/2021 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8406562`](https://github.com/CCExtractor/ccextractor/commit/8406562dc86f0e4c1c9e288163e77a528681c857) remove '-nots' flag from file-format parsing ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/params.c` (+0 -1) </details> ### 📄 Description **In raising this pull request, I confirm the following:** - [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. - [ ] **I have mentioned this change in the [changelog] (https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** (not done as not deemed necessary, let me know if otherwise) **My familiarity with the project is as follows:** - [ ] I have never used CCExtractor. - [X] 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. --- Removes the `-nots` flag from the section of `parse_parameters()` in `src/lib_ccx/params.c` as is not a valid format, and conflicts with it's other use [here](https://github.com/CCExtractor/ccextractor/blob/master/src/lib_ccx/params.c#L1508) --- <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:20:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2092