[PR #1728] [MERGED] [FIX] Regression bug failing to compile with ENABLE_FFMPEG #2446

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1728
Author: @rboy1
Created: 8/12/2025
Status: Merged
Merged: 8/24/2025
Merged by: @prateekmedia

Base: masterHead: rboy1-patch-1


📝 Commits (7)

  • b9587d6 Fix hardsubx_decoder.c compilation with ENABLE_FFMPEG
  • 4325b07 Fix regression compilation ffmpeg_intgr.c to support ffmpeg 5
  • 0c542f4 Merge pull request #1 from rboy1/rboy1-patch-1-1
  • ccb6ffc Update CHANGES.TXT
  • 8d28879 Merge pull request #2 from rboy1/patch-3
  • 7eae51d Update ffmpeg_intgr.c
  • 91570df Merge branch 'CCExtractor:master' into rboy1-patch-1

📊 Changes

3 files changed (+8 additions, -5 deletions)

View changed files

📝 docs/CHANGES.TXT (+1 -0)
📝 src/lib_ccx/ffmpeg_intgr.c (+4 -5)
📝 src/lib_ccx/hardsubx_decoder.c (+3 -0)

📄 Description

In raising this pull request, I confirm the following (please check boxes):

  • [ X] I have read and understood the contributors guide.
  • [ 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.
  • [X ] I have mentioned this change in the changelog.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • [X ] I am an active contributor to CCExtractor.

Regression bug, ccextractor failed to build with ENABLE_FFMPEG using ffmpeg 5 libraries

Bug was introduced while patching in ref https://github.com/CCExtractor/ccextractor/issues/1418 and https://github.com/CCExtractor/ccextractor/pull/1479


🔄 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/1728 **Author:** [@rboy1](https://github.com/rboy1) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/24/2025 **Merged by:** [@prateekmedia](https://github.com/prateekmedia) **Base:** `master` ← **Head:** `rboy1-patch-1` --- ### 📝 Commits (7) - [`b9587d6`](https://github.com/CCExtractor/ccextractor/commit/b9587d6d88f19f1d8658a041313dcf9394d17819) Fix hardsubx_decoder.c compilation with ENABLE_FFMPEG - [`4325b07`](https://github.com/CCExtractor/ccextractor/commit/4325b07128412db365e9b118037f88cfc83d5373) Fix regression compilation ffmpeg_intgr.c to support ffmpeg 5 - [`0c542f4`](https://github.com/CCExtractor/ccextractor/commit/0c542f4402fad68a416bb1e38d9e8f35850c9b91) Merge pull request #1 from rboy1/rboy1-patch-1-1 - [`ccb6ffc`](https://github.com/CCExtractor/ccextractor/commit/ccb6ffc083fdb8a02115ef5b860a36a8bcf8c0b5) Update CHANGES.TXT - [`8d28879`](https://github.com/CCExtractor/ccextractor/commit/8d288799788e1eca1d92f9fe7792064657cb3db4) Merge pull request #2 from rboy1/patch-3 - [`7eae51d`](https://github.com/CCExtractor/ccextractor/commit/7eae51de82ff855a6d79fdecafef1684b159244f) Update ffmpeg_intgr.c - [`91570df`](https://github.com/CCExtractor/ccextractor/commit/91570df4630c9c0673ac281e5f83253dc9f26bc7) Merge branch 'CCExtractor:master' into rboy1-patch-1 ### 📊 Changes **3 files changed** (+8 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `docs/CHANGES.TXT` (+1 -0) 📝 `src/lib_ccx/ffmpeg_intgr.c` (+4 -5) 📝 `src/lib_ccx/hardsubx_decoder.c` (+3 -0) </details> ### 📄 Description **In raising this pull request, I confirm the following (please check boxes):** - [ 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. - [X ] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [X ] I am an active contributor to CCExtractor. --- Regression bug, ccextractor failed to build with ENABLE_FFMPEG using ffmpeg 5 libraries Bug was introduced while patching in ref https://github.com/CCExtractor/ccextractor/issues/1418 and https://github.com/CCExtractor/ccextractor/pull/1479 --- <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:22:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2446