GitHub Issue #1499

10 views
Skip to first unread message

CCExtractor.org CI Platform

unread,
Mar 14, 2023, 7:29:38 PM3/14/23
to ccextra...@googlegroups.com
Initialize data structures correctly for the rust CEA-708 decoder - PunitLodha
Link to Issue: https://www.github.com/CCExtractor/ccextractor/issues/1499
PunitLodha

Currently, the entry point for the rust decoder is here where we create a new Dtvcc struct each time. This causes the data to be reset each time ccxr_process_cc_data() is called.

Instead, we want to initialize Dtvcc only once at the start of the program and then use it for all subsequent function calls.

Steps:-

Additionally to fix mp4 code flow:- - [ ] Call the corresponding rust function here and pass Dtvcc as done in the above steps

Reply all
Reply to author
Forward
0 new messages