Skip to content

Commit a69b567

Browse files
committed
fixed #1895
1 parent 86c1566 commit a69b567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/odf/descriptors.c

+1
Original file line numberDiff line numberDiff line change
@@ -1613,6 +1613,7 @@ GF_AV1Config *gf_odf_av1_cfg_read_bs_size(GF_BitStream *bs, u32 size)
16131613
size -= (u32) obu_size;
16141614
}
16151615
gf_av1_reset_state(& state, GF_TRUE);
1616+
gf_bs_align(bs);
16161617
return cfg;
16171618
#else
16181619
return NULL;

0 commit comments

Comments
 (0)