mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1775
State: closed
Merged: No
This pull request updates the Teletext processing logic in the
process_datafunction to allow Teletext extraction in both normal extraction mode and report mode. The main change is to enable Teletext processing even when the encoder context (enc_ctx) is not present, as long as file reports are being printed.Teletext extraction improvements:
process_data(insrc/lib_ccx/general_loop.c) to allow Teletext processing when eitherenc_ctxis present orccx_options.print_file_reportsis enabled, enabling Teletext extraction in report mode.tlt_process_pes_packetto use a defaultsentence_capof 0 whenenc_ctxis not available, ensuring correct behavior in report mode.