Skip to content
Permalink
Browse files Browse the repository at this point in the history
fixed #1719
  • Loading branch information
jeanlf committed Mar 29, 2021
1 parent da69ad1 commit 13dad7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/filters/reframe_av1.c
Expand Up @@ -739,6 +739,9 @@ static GF_Err av1dmx_parse_flush_sample(GF_Filter *filter, GF_AV1DmxCtx *ctx)
GF_FilterPacket *pck;
u8 *output;

if (!ctx->opid)
return GF_NON_COMPLIANT_BITSTREAM;

gf_bs_get_content_no_truncate(ctx->state.bs, &ctx->state.frame_obus, &pck_size, &ctx->state.frame_obus_alloc);

if (!pck_size) {
Expand Down

0 comments on commit 13dad7d

Please sign in to comment.