[PR #154] [CLOSED] "empty" PES packet for dvb subs streams now doesn't break the appflow #1041

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/154
Author: @okisseloff
Created: 4/16/2015
Status: Closed

Base: masterHead: feature-dvb-empty-pes-fix


📝 Commits (1)

  • 25272be empty PES for dvb subs streams now doesn't break the appflow

📊 Changes

3 files changed (+22 additions, -7 deletions)

View changed files

📝 src/lib_ccx/dvb_subtitle_decoder.c (+2 -2)
📝 src/lib_ccx/stream_functions.c (+9 -3)
📝 src/lib_ccx/ts_functions.c (+11 -2)

📄 Description

Since "empty" PES packets (00 00 01 BE 00 01 FF) in dvb-subtitles stream with length < 9 (7 to be exact) don't mean anything, just skipping them.


🔄 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/154 **Author:** [@okisseloff](https://github.com/okisseloff) **Created:** 4/16/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature-dvb-empty-pes-fix` --- ### 📝 Commits (1) - [`25272be`](https://github.com/CCExtractor/ccextractor/commit/25272bed5406430b2e0806396290a097f470eb04) empty PES for dvb subs streams now doesn't break the appflow ### 📊 Changes **3 files changed** (+22 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/dvb_subtitle_decoder.c` (+2 -2) 📝 `src/lib_ccx/stream_functions.c` (+9 -3) 📝 `src/lib_ccx/ts_functions.c` (+11 -2) </details> ### 📄 Description Since "empty" PES packets (00 00 01 BE 00 01 FF) in dvb-subtitles stream with length < 9 (7 to be exact) don't mean anything, just skipping them. --- <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:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1041