[PR #128] [MERGED] fixing minor bugs #1019

Closed
opened 2026-01-29 16:58:20 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/128 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 1/6/2015 **Status:** ✅ Merged **Merged:** 1/7/2015 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`74bb91a`](https://github.com/CCExtractor/ccextractor/commit/74bb91aa5b0207a7a0c19256b1d4dfe8af66f312) fixing minor bugs ### 📊 Changes **10 files changed** (+87 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <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 16:58:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1019