Skip to content

Commit

Permalink
fixed #1895
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Aug 30, 2021
1 parent 86c1566 commit a69b567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/odf/descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,7 @@ GF_AV1Config *gf_odf_av1_cfg_read_bs_size(GF_BitStream *bs, u32 size)
size -= (u32) obu_size;
}
gf_av1_reset_state(& state, GF_TRUE);
gf_bs_align(bs);
return cfg;
#else
return NULL;
Expand Down

0 comments on commit a69b567

Please sign in to comment.