Skip to content

Commit

Permalink
dec_scte35: make connection explicit again
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouqueau committed Aug 26, 2024
1 parent d7e1a5c commit 255b03e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filters/dec_scte35.c
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ GF_FilterRegister SCTE35DecRegister = {
"following segmentation as hinted by the graph.")
.private_size = sizeof(SCTE35DecCtx),
.args = SCTE35DecArgs,
.flags = GF_FS_REG_EXPLICIT_ONLY,
SETCAPS(SCTE35DecCaps),
.process = scte35dec_process,
.process_event = scte35dec_process_event,
Expand Down

0 comments on commit 255b03e

Please sign in to comment.