[PR #811] [MERGED] [IMPROVEMENT]GCI:Made fatal errror messages clearer #1623

Closed
opened 2026-01-29 17:17:37 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/811
Author: @govindbalaji-s
Created: 12/1/2017
Status: Merged
Merged: 12/1/2017
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (3)

  • 7d963ee Made fatal errror messages clearer
  • 4c497ad Merge branch 'master' into master
  • 597571e Merge branch 'master' into master

📊 Changes

16 files changed (+63 additions, -62 deletions)

View changed files

📝 src/ccextractor.c (+5 -5)
📝 src/lib_ccx/asf_functions.c (+5 -5)
📝 src/lib_ccx/avc_functions.c (+5 -5)
📝 src/lib_ccx/cc_bitstream.c (+11 -11)
📝 src/lib_ccx/ccx_demuxer.c (+1 -1)
📝 src/lib_ccx/ccx_encoders_common.h (+1 -1)
📝 src/lib_ccx/ccx_encoders_splitbysentence.c (+1 -1)
📝 src/lib_ccx/ccx_share.c (+9 -8)
📝 src/lib_ccx/es_functions.c (+5 -5)
📝 src/lib_ccx/es_userdata.c (+2 -2)
📝 src/lib_ccx/general_loop.c (+7 -7)
📝 src/lib_ccx/hardsubx.c (+2 -2)
📝 src/lib_ccx/lib_ccx.c (+3 -3)
📝 src/lib_ccx/networking.c (+4 -4)
📝 src/lib_ccx/ts_tables.c (+1 -1)
📝 src/lib_ccx/utility.c (+1 -1)

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.(It was merged already)
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

I have made improvements in some of the error messages.
{pull request content here}


🔄 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/811 **Author:** [@govindbalaji-s](https://github.com/govindbalaji-s) **Created:** 12/1/2017 **Status:** ✅ Merged **Merged:** 12/1/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`7d963ee`](https://github.com/CCExtractor/ccextractor/commit/7d963ee3f7f649e42d5d82e91b4f302095291d81) Made fatal errror messages clearer - [`4c497ad`](https://github.com/CCExtractor/ccextractor/commit/4c497ad7bececb519d3e1425c359ce623eae453d) Merge branch 'master' into master - [`597571e`](https://github.com/CCExtractor/ccextractor/commit/597571efec781e0bc53936196f781013a062e260) Merge branch 'master' into master ### 📊 Changes **16 files changed** (+63 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+5 -5) 📝 `src/lib_ccx/asf_functions.c` (+5 -5) 📝 `src/lib_ccx/avc_functions.c` (+5 -5) 📝 `src/lib_ccx/cc_bitstream.c` (+11 -11) 📝 `src/lib_ccx/ccx_demuxer.c` (+1 -1) 📝 `src/lib_ccx/ccx_encoders_common.h` (+1 -1) 📝 `src/lib_ccx/ccx_encoders_splitbysentence.c` (+1 -1) 📝 `src/lib_ccx/ccx_share.c` (+9 -8) 📝 `src/lib_ccx/es_functions.c` (+5 -5) 📝 `src/lib_ccx/es_userdata.c` (+2 -2) 📝 `src/lib_ccx/general_loop.c` (+7 -7) 📝 `src/lib_ccx/hardsubx.c` (+2 -2) 📝 `src/lib_ccx/lib_ccx.c` (+3 -3) 📝 `src/lib_ccx/networking.c` (+4 -4) 📝 `src/lib_ccx/ts_tables.c` (+1 -1) 📝 `src/lib_ccx/utility.c` (+1 -1) </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [ ] I have checked that another pull request for this purpose does not exist.(It was merged already) - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [x] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. --- I have made improvements in some of the error messages. {pull request content here} --- <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 17:17:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1623