mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
CEA-708 DFx_DefineWindow redefinition #182
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?
Originally created by @cactusGit on GitHub (Sep 19, 2016).
Here's sample: http://stream.sunnysubs.com/s06e16_crop.ts
As meant in #425,
binsegfaults ccextractor, so I won't attach it.Command line:
Extracted subs from this stream by other ripper: link
As we can see, some lines are dropped.
When two lines appear on screen, before second line window is being redefined, but this code clears window and removes the first line:
https://github.com/CCExtractor/ccextractor/blob/master/src/lib_ccx/ccx_decoders_708.c#L931
Commenting this line solves problem.
Maybe we need an option to control this behavior?