We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BDInfo/BDInfo/BDROM/TSStream.cs
Lines 26 to 49 in 5d265bd
AAC_AUDIO = 0x0F, MPEG4_AAC_AUDIO = 0x11
You would need to add them to the codec list so they will actually return a string.
The text was updated successfully, but these errors were encountered:
Sorry, when did AAC became a part of the official BluRay spec?
Sorry, something went wrong.
Add support for AAC audio streams
786c0fe
implements #25
Added in the latest beta release v0.7.6.0b.
No branches or pull requests
BDInfo/BDInfo/BDROM/TSStream.cs
Lines 26 to 49 in 5d265bd
AAC_AUDIO = 0x0F, MPEG4_AAC_AUDIO = 0x11
You would need to add them to the codec list so they will actually return a string.
The text was updated successfully, but these errors were encountered: