mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #673] [MERGED] Fixed huge memory usage caused by OCR inits. #1513
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/673
Author: @alexbrt
Created: 1/28/2017
Status: ✅ Merged
Merged: 1/30/2017
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (2)
c5ea59aFixed huge memory leak related to OCR init919d3ecFixed timing error caused by last commit📊 Changes
6 files changed (+174 additions, -162 deletions)
View changed files
📝
src/lib_ccx/ccx_demuxer.c(+7 -0)📝
src/lib_ccx/ccx_demuxer.h(+1 -0)📝
src/lib_ccx/dvb_subtitle_decoder.c(+97 -95)📝
src/lib_ccx/dvb_subtitle_decoder.h(+63 -63)📝
src/lib_ccx/ts_info.c(+1 -1)📝
src/lib_ccx/ts_tables.c(+5 -3)📄 Description
(Now there's only one OCR init per program)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.