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

Handle tias_btw parameter somehow. #165

Open
ekr opened this issue Oct 8, 2014 · 0 comments
Open

Handle tias_btw parameter somehow. #165

ekr opened this issue Oct 8, 2014 · 0 comments

Comments

@ekr
Copy link

ekr commented Oct 8, 2014

if (desc.mName == "H264") {
h264_config = new VideoCodecConfigH264;
strncpy(h264_config->sprop_parameter_sets,
desc.mSpropParameterSets.c_str(),
sizeof(h264_config->sprop_parameter_sets));
h264_config->packetization_mode = desc.mPacketizationMode;
h264_config->profile_level_id = desc.mProfileLevelId;
h264_config->max_mbps = desc.mMaxMbps;
h264_config->max_fs = desc.mMaxFs;
h264_config->max_cpb = desc.mMaxCpb;
h264_config->max_dpb = desc.mMaxDpb;
h264_config->max_br = desc.mMaxBr;
h264_config->tias_bw = 0; // TODO
}

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

No branches or pull requests

1 participant