Delete stale TODOs related to VideoLayersAllocation extension
No-Try: true Bug: webrtc:12000 Change-Id: I1ed3ece0eb000fe012ce5e26a6abaf640b422481 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/292880 Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39291}
This commit is contained in:
parent
2b88704632
commit
5f798736e5
@ -58,9 +58,6 @@ bool AllocationIsValid(const VideoLayersAllocation& allocation) {
|
||||
max_rtp_stream_idx = spatial_layer.rtp_stream_index;
|
||||
}
|
||||
if (allocation.resolution_and_frame_rate_is_valid) {
|
||||
// TODO(danilchap): Add check width and height are no more than 0x10000
|
||||
// when width and height become larger type and thus would support maximum
|
||||
// resolution.
|
||||
if (spatial_layer.width <= 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -18,8 +18,6 @@
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
// TODO(bugs.webrtc.org/12000): Note that this extensions is being developed and
|
||||
// the wire format will likely change.
|
||||
class RtpVideoLayersAllocationExtension {
|
||||
public:
|
||||
using value_type = VideoLayersAllocation;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user