mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-21 13:39:56 +00:00
[PR #1479] [MERGED] fix: ffmpeg 5 and tesseract 5 compatibility #2208
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/1479
Author: @prateekmedia
Created: 2/15/2023
Status: ✅ Merged
Merged: 3/8/2023
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (9)
2a84999fix: replace deprecatedcodecproperty withcodecpar97af16cfix: replace deprecated methodavcodec_decode_video2withavcodec_receive_frameandavcodec_send_packetcfbbc49Update CHANGES.TXT4526eeffix: remove deprecatedav_register_allfunction66423c7fix: formatting2371de6fix: add support for tesseract 598856bffix: tesseract v55832e14fix: hardsubx codec context errorb11430ffix: lint const warning📊 Changes
5 files changed (+47 additions, -59 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
src/lib_ccx/ffmpeg_intgr.c(+3 -4)📝
src/lib_ccx/hardsubx.c(+17 -8)📝
src/lib_ccx/hardsubx_decoder.c(+10 -17)📝
src/lib_ccx/ocr.c(+16 -30)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
CCExtractor build fails when using build_hardsubx with ffmpeg 5.0 and tesseract 5.0, This PR is for fixing the build of hardsubx with ffmpeg 5.x and tesseract 5.x.
codecis now deprecated in favor ofcodecparandav_register_allis deprecated in many placesResolves: #1418
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.