Re: [webrtc-svc] Add note about mappings of scalability modes to AV1 (#40)

Given the high probability of confusion, I think an exhaustive mapping would work well.  Due to the fact that the KEY and KEY_SHIFT structures map similarly perhaps there is a clear way to indicate such more concisely. For example,

| scalabilityMode | AV1 name of scalability_mode_idc |
| L2T2_XXX | SCALABILITY_L3T2_XXX |
| L2T3_XXX | SCALABILITY_L3T3_XXX |
| L3T2_XXX | SCALABILITY_L4T5_XXX |
| L3T3_XXX | SCALABILITY_L4T7_XXX |
where XXX can equal KEY or KEY_SHIFT.

-- 
GitHub Notification of comment by mhoro
Please view or discuss this issue at https://github.com/w3c/webrtc-svc/pull/40#issuecomment-658238216 using your GitHub account

Received on Tuesday, 14 July 2020 15:13:05 UTC