Skip to content

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