[PR #80] [MERGED] some comments and fixes for xds blank print in transcript #973

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/80
Author: @anshul1912
Created: 7/20/2014
Status: Merged
Merged: 7/21/2014
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (10+)

  • 6a3c736 Added comments, to use function and structure
  • 1be1173 removed redundant declaration in header file
  • aefa623 reverted typo for xds with mprint
  • 43094a9 fix typo while checking boundary
  • 097fdb6 corecting boundary of xds_call_letters
  • b3c037a indentation of param_c
  • c522e3b error checking fr cur_xds_payload_length
  • e664c03 handle memory leakage
  • fa03442 leakage of file handler
  • 9f78c59 resource leak in configuration

📊 Changes

10 files changed (+1040 additions, -941 deletions)

View changed files

📝 src/608.c (+1 -2)
📝 src/608.h (+14 -3)
📝 src/608_smptett.c (+2 -0)
📝 src/cc_decoders_common.h (+29 -0)
📝 src/cc_encoders_common.h (+34 -0)
📝 src/ccextractor.h (+0 -8)
📝 src/configuration.c (+11 -8)
📝 src/dvb_subtitle_decoder.c (+1 -6)
📝 src/params.c (+942 -908)
📝 src/xds.c (+6 -6)

📄 Description

I have also removed some dead and redundant from cccextractor.h


🔄 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/80 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 7/20/2014 **Status:** ✅ Merged **Merged:** 7/21/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`6a3c736`](https://github.com/CCExtractor/ccextractor/commit/6a3c736195ceb7cf16f8b95d65e16228a17ff5c7) Added comments, to use function and structure - [`1be1173`](https://github.com/CCExtractor/ccextractor/commit/1be11738eb145973647df8f874872f179b77d67f) removed redundant declaration in header file - [`aefa623`](https://github.com/CCExtractor/ccextractor/commit/aefa623cd42ad9fd3880db828933b37b49739303) reverted typo for xds with mprint - [`43094a9`](https://github.com/CCExtractor/ccextractor/commit/43094a989784a02fd5bcd2991d1c21043d57bd85) fix typo while checking boundary - [`097fdb6`](https://github.com/CCExtractor/ccextractor/commit/097fdb643bc7d3f01a27688683784f92e368e6d8) corecting boundary of xds_call_letters - [`b3c037a`](https://github.com/CCExtractor/ccextractor/commit/b3c037ab21f2600e8387a2c1034cbf9d24aa82dd) indentation of param_c - [`c522e3b`](https://github.com/CCExtractor/ccextractor/commit/c522e3b0548963db2e9603a64c5eab5864d74fe2) error checking fr cur_xds_payload_length - [`e664c03`](https://github.com/CCExtractor/ccextractor/commit/e664c035a113bb8db4ae45490000f3e7fec1e3bf) handle memory leakage - [`fa03442`](https://github.com/CCExtractor/ccextractor/commit/fa03442c8533aa9bc2b2a7635d53030cc7562ee8) leakage of file handler - [`9f78c59`](https://github.com/CCExtractor/ccextractor/commit/9f78c595b3657c4fa43e3d46892bf67e303346dd) resource leak in configuration ### 📊 Changes **10 files changed** (+1040 additions, -941 deletions) <details> <summary>View changed files</summary> 📝 `src/608.c` (+1 -2) 📝 `src/608.h` (+14 -3) 📝 `src/608_smptett.c` (+2 -0) 📝 `src/cc_decoders_common.h` (+29 -0) 📝 `src/cc_encoders_common.h` (+34 -0) 📝 `src/ccextractor.h` (+0 -8) 📝 `src/configuration.c` (+11 -8) 📝 `src/dvb_subtitle_decoder.c` (+1 -6) 📝 `src/params.c` (+942 -908) 📝 `src/xds.c` (+6 -6) </details> ### 📄 Description I have also removed some dead and redundant from cccextractor.h --- <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:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#973