mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 20:12:50 +00:00
[PR #128] [MERGED] fixing minor bugs #1019
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/128
Author: @anshul1912
Created: 1/6/2015
Status: ✅ Merged
Merged: 1/7/2015
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (1)
74bb91afixing minor bugs📊 Changes
10 files changed (+87 additions, -23 deletions)
View changed files
📝
linux/Makefile(+1 -0)📝
src/lib_ccx/608_sami.c(+5 -0)📝
src/lib_ccx/608_smptett.c(+5 -0)📝
src/lib_ccx/608_srt.c(+5 -1)📝
src/lib_ccx/ccx_common_constants.h(+2 -0)📝
src/lib_ccx/ccx_decoders_608.c(+1 -1)📝
src/lib_ccx/ccx_encoders_helpers.c(+1 -1)📝
src/lib_ccx/dvb_subtitle_decoder.c(+8 -6)📝
src/lib_ccx/ffmpeg_intgr.c(+1 -1)📝
src/lib_ccx/spupng_encoder.c(+58 -13)📄 Description
There are fixes in preprocessing of image, for ocr to work.
moved preprocessing in ENBLE_OCR ifdef so that image is not preprocessed if person is not using OCR
There was loop hole if else condition, where ms_start does not get initilaized, fixed that.
lots of debug and comments in ifdef OCR_DEBUG , so that next time it would be easy to find those bugs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.