handle an error that occurred during parsing. the default implementation
formats an error message and, depending on options.errors, throws it
or console.warn()s it. the default implementation also silences errors
related to missing SPS/PPS until the first SPS is seen.
handle an error that occurred during parsing. the default implementation formats an error message and, depending on
options.errors
, throws it orconsole.warn()
s it. the default implementation also silences errors related to missing SPS/PPS until the first SPS is seen.