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

mp4a: Support DecoderSpecificDescriptor profiles > 30 #125

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2023

  1. mp4a: Make Descriptor::desc_size non-static

    Descriptions may require different amount of bytes to serialize
    depending on content of fields. In preparation of supporing reading and
    writing DecoderSpecificDescriptor::profiles (audio object type) values
    larger than 30.
    petzeb committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    32674a6 View commit details
    Browse the repository at this point in the history
  2. mp4a: Support DecoderSpecificDescriptor profiles > 30

    Adds support for reading and writing AAC audio specific info when
    profile (object type) is larger than 30.
    petzeb committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0a3973b View commit details
    Browse the repository at this point in the history