mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1083] [MERGED] [IMPROVEMENT] Change initialization of Tesseract and fix segfault in hardsubx. #1873
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/1083
Author: @thelastpolaris
Created: 3/25/2019
Status: ✅ Merged
Merged: 3/25/2019
Merged by: @cfsmp3
Base:
master← Head:hardsubx_tes📝 Commits (1)
53d10c5Improve the way Tesseract is initialized in hardsubx. Fix segfault during the cleaning the frame data in hardsubx.📊 Changes
3 files changed (+62 additions, -21 deletions)
View changed files
📝
src/lib_ccx/hardsubx.c(+42 -21)📝
src/lib_ccx/ocr.c(+19 -0)📝
src/lib_ccx/ocr.h(+1 -0)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Changed the way Tesseract is initialized in hardsubx to be the same as in ocr.c. Fixed the problem with incorrect pass of pointer to av_frame_free function, which caused segfault.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.