Skip to content

Commit

Permalink
fixed #2091
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Feb 1, 2022
1 parent f0d60f5 commit 50e6fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bifs/script_dec.c
Expand Up @@ -672,7 +672,7 @@ void SFS_Expression(ScriptParser *parser)
SFS_StatementBlock(parser, GF_TRUE);
break;
default:
assert(0);
parser->codec->LastError = GF_NON_COMPLIANT_BITSTREAM;
break;
}
}
Expand Down

0 comments on commit 50e6fd3

Please sign in to comment.