mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #154] [CLOSED] "empty" PES packet for dvb subs streams now doesn't break the appflow #1041
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/154
Author: @okisseloff
Created: 4/16/2015
Status: ❌ Closed
Base:
master← Head:feature-dvb-empty-pes-fix📝 Commits (1)
25272beempty 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.