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

Pass the actual temporal id to GMPVideoEncodedFrame #3828

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

Pehrsons
Copy link
Contributor

No description provided.

@aosmond
Copy link
Contributor

aosmond commented Dec 16, 2024

@BenzhengZhang could you please review and merge? Thanks!


for (int i = 0; i < encoded->iLayerNum; ++i) {
lengths.push_back (0);
uint8_t* tmp = encoded->sLayerInfo[i].pBsBuf;
assert(encoded->sLayerInfo[i].uiSpatialId == 0);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Spatial SVC will always disable?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Correct, see in InitEncode:

// Set up layers. Currently we have one layer.
SSpatialLayerConfig* layer = &param.sSpatialLayers[0];

@BenzhengZhang BenzhengZhang merged commit 1c47e71 into cisco:master Dec 18, 2024
8 checks passed
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