[PR #49] [CLOSED] Clean code #943

Open
opened 2026-01-29 16:57:31 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/49
Author: @anshul1912
Created: 6/15/2014
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 60fe244 added concat function and parameter in payload structure
  • f23e63b added some hash define in utility.h
  • 0ab7e29 Concat PMT packet

📊 Changes

5 files changed (+115 additions, -84 deletions)

View changed files

📝 src/ccextractor.h (+5 -1)
📝 src/dvb_subtitle_decoder.c (+1 -11)
📝 src/ts_functions.c (+14 -11)
📝 src/ts_tables.c (+79 -61)
src/utility.h (+16 -0)

📄 Description

-> removing stray extern C added while converting c++ to C

-> concatenated pmt packet which does not fit in 188 bytes
-> tested with the.tudors.208-ALANiS.ts


🔄 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/49 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 6/15/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`60fe244`](https://github.com/CCExtractor/ccextractor/commit/60fe244e2a9736290ff83cf90edb9d48c5d028f0) added concat function and parameter in payload structure - [`f23e63b`](https://github.com/CCExtractor/ccextractor/commit/f23e63b9df02fbd9c5ae12b2cb3c97a8c0efc5be) added some hash define in utility.h - [`0ab7e29`](https://github.com/CCExtractor/ccextractor/commit/0ab7e29c01c3a47bd8b4b1386764eb3708963749) Concat PMT packet ### 📊 Changes **5 files changed** (+115 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.h` (+5 -1) 📝 `src/dvb_subtitle_decoder.c` (+1 -11) 📝 `src/ts_functions.c` (+14 -11) 📝 `src/ts_tables.c` (+79 -61) ➕ `src/utility.h` (+16 -0) </details> ### 📄 Description -> removing stray extern C added while converting c++ to C -> concatenated pmt packet which does not fit in 188 bytes -> tested with the.tudors.208-ALANiS.ts --- <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:57:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#943