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 for Apple Elementary Stream Descriptor atoms #3

Merged
merged 2 commits into from
May 1, 2019
Merged

Conversation

ta264
Copy link

@ta264 ta264 commented Apr 27, 2019

Read and parse Apple Elementary Stream Descriptor (ESDS) atoms including embedded descriptors

See mono#147

Read and parse Apple Elementary Stream Descriptor (ESDS) atoms including embedded descriptors
public uint MaximumBitrate {
get { return max_bitrate / 1000; }
}
public uint MaximumBitrate { get { return max_bitrate / 1000; } }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instances above were expanded, why condense this to single line?

public uint AverageBitrate {
get { return average_bitrate / 1000; }
}
public uint AverageBitrate { get { return average_bitrate / 1000; } }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@ta264 ta264 merged commit 6984644 into master May 1, 2019
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.

3 participants