Skip to content

Commit

Permalink
fixed #2025
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Jan 4, 2022
1 parent 6a5effb commit b0de1a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bifs/field_decode.c
Expand Up @@ -296,6 +296,7 @@ GF_Err BD_DecMFFieldList(GF_BifsDecoder * codec, GF_BitStream *bs, GF_Node *node
sffield.fieldIndex = field->fieldIndex;
sffield.fieldType = gf_sg_vrml_get_sf_type(field->fieldType);
sffield.NDTtype = field->NDTtype;
sffield.name = field->name;

nbF = 0;
qp_on = qp_local = 0;
Expand Down Expand Up @@ -385,6 +386,7 @@ GF_Err BD_DecMFFieldVec(GF_BifsDecoder * codec, GF_BitStream *bs, GF_Node *node,
sffield.fieldIndex = field->fieldIndex;
sffield.fieldType = gf_sg_vrml_get_sf_type(field->fieldType);
sffield.NDTtype = field->NDTtype;
sffield.name = field->name;

initial_qp = qp_local = qp_on = 0;

Expand Down

0 comments on commit b0de1a0

Please sign in to comment.