We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dtvcc init & free
1 parent 9d41570 commit c91d606Copy full SHA for c91d606
src/lib_ccx/ccx_dtvcc.h
@@ -10,4 +10,9 @@ void dtvcc_process_data(struct dtvcc_ctx *dtvcc,
10
dtvcc_ctx *dtvcc_init(ccx_decoder_dtvcc_settings *opts);
11
void dtvcc_free(dtvcc_ctx **);
12
13
-#endif //CCEXTRACTOR_CCX_DTVCC_H
+#ifndef DISABLE_RUST
14
+extern void *ccxr_dtvcc_init(struct ccx_decoder_dtvcc_settings *settings_dtvcc);
15
+extern void ccxr_dtvcc_free(void *dtvcc_rust);
16
+#endif
17
+
18
+#endif // CCEXTRACTOR_CCX_DTVCC_H
0 commit comments