Skip to content

Commit

Permalink
Fixed #2625
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Oct 12, 2023
1 parent fe4951e commit 7edc40f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/filters/dmx_nhml.c
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,8 @@ static GF_Err nhmldmx_init_parsing(GF_Filter *filter, GF_NHMLDmxCtx *ctx)
return GF_NON_COMPLIANT_BITSTREAM;
}

nhmldmx_config_output(filter, ctx, ctx->root);
e = nhmldmx_config_output(filter, ctx, ctx->root);
if (e) return e;

ctx->media_done = 0;
ctx->current_child_idx = 0;
Expand Down

0 comments on commit 7edc40f

Please sign in to comment.