Skip to content

Commit 5e96265

Browse files
committed
port the process_hardsubx_linear_frames_and_normal function
1 parent d3d8ef6 commit 5e96265

File tree

3 files changed

+394
-4
lines changed

3 files changed

+394
-4
lines changed

src/rust/build.rs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ fn main() {
2626
"dinit_encoder",
2727
"encode_sub",
2828
"add_cc_sub_text",
29+
"position_sanity_check",
30+
"process_non_multiprogram_general_loop",
31+
"get_fts",
32+
"segment_output_file",
33+
"net_check_conn",
34+
"update_encoder_list",
35+
"general_get_more_data",
36+
"wtv_get_more_data",
37+
"asf_get_more_data",
38+
"ts_get_more_data",
39+
"ps_get_more_data",
40+
"is_decoder_processed_enough",
41+
"flush_cc_decode",
2942
]);
3043

3144
let mut allowlist_types = vec![
@@ -37,6 +50,7 @@ fn main() {
3750
"ccx_s_options",
3851
"lib_ccx_ctx",
3952
"encoder_ctx",
53+
"demuxer_data",
4054
];
4155

4256
#[cfg(feature = "hardsubx_ocr")]

0 commit comments

Comments
 (0)