Skip to content

Commit 9d41570

Browse files
feat: Add dtvcc_rust member in lib_cc_decoder struct for storing dtvcc
1 parent b7ec58b commit 9d41570

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib_ccx/ccx_decoders_structs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ struct lib_cc_decode
208208
int stat_divicom;
209209
int false_pict_header;
210210

211+
// For storing Dtvcc coming from rust
212+
void *dtvcc_rust;
213+
211214
dtvcc_ctx *dtvcc;
212215
int current_field;
213216
// Analyse/use the picture information

0 commit comments

Comments
 (0)