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

Support profiles > 31 in DecoderSpecificDescriptor #69

Merged
merged 1 commit into from
Mar 26, 2022
Merged

Support profiles > 31 in DecoderSpecificDescriptor #69

merged 1 commit into from
Mar 26, 2022

Conversation

Serial-ATA
Copy link
Contributor

DecoderSpecificDescriptor::read_desc wouldn't take object types > 31 into account, making Mp4Track::audio_profile fail. (https://wiki.multimedia.cx/index.php?title=MPEG-4_Audio#Audio_Specific_Config)

There is currently no handling of a frequency index of 15, so I just skipped that portion. Should that change?

@alfg
Copy link
Owner

alfg commented Mar 26, 2022

Hey @Serial-ATA, thanks for the PR. I will review and merge soon.

There is currently no handling of a frequency index of 15, so I just skipped that portion. Should that change?

Skipping is fine.

@alfg alfg merged commit 12ba304 into alfg:master Mar 26, 2022
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

2 participants