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 for width and height AdaptationSet tags #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikhail-filatov-epam
Copy link

No description provided.

@@ -54,10 +54,16 @@ bool AdaptationSetElementParser::ParseStart(const std::string &element_name,
elem->min_bandwidth_ = strtoul(attrib[i + 1], NULL, 10);
} else IF_ATTRIB_MATCHES("maxBandwidth") {
elem->max_bandwidth_ = strtoul(attrib[i + 1], NULL, 10);
} else IF_ATTRIB_MATCHES("width") {

Choose a reason for hiding this comment

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

These attributes are parsed in RepresentationBase parser, no need to do it there, but you might want to check does it really work

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.

2 participants