Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parsing of strict arrays #8

Merged
merged 1 commit into from Jan 21, 2017
Merged

Fix parsing of strict arrays #8

merged 1 commit into from Jan 21, 2017

Conversation

sdroege
Copy link
Contributor

@sdroege sdroege commented Jan 8, 2017

While ECMA arrays contain script data objects (name-value pairs), strict
arrays contain only a fixed number of values. The spec is misleading
about this, but both ffmpeg and GStreamer handle it like that and so do
files in the wild, e.g. http://streams.videolan.org/samples/FLV/undetectable1.flv

While ECMA arrays contain script data objects (name-value pairs), strict
arrays contain only a fixed number of values. The spec is misleading
about this, but both ffmpeg and GStreamer handle it like that and so do
files in the wild, e.g. http://streams.videolan.org/samples/FLV/undetectable1.flv
@coveralls
Copy link

Coverage Status

Coverage remained the same at 76.415% when pulling 337c7e5 on sdroege:master into 3dc593f on Geal:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 76.415% when pulling 337c7e5 on sdroege:master into 3dc593f on Geal:master.

@Geal Geal merged commit 86056ed into rust-av:master Jan 21, 2017
@Geal
Copy link
Collaborator

Geal commented Jan 21, 2017

Thanks! This parser is a lot better thanks to all your fixes :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants