in RtpSenderVideo add support for writing DependencyDescriptor header extension
Bug: webrtc:10342 Change-Id: I12cca9c5e1606338bb914e58e13d268bbc6961f9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/166532 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30427}
This commit is contained in:
committed by
Commit Bot
parent
95cb56bd89
commit
670af2692e
@ -15,6 +15,7 @@
|
||||
#include "absl/container/inlined_vector.h"
|
||||
#include "absl/types/optional.h"
|
||||
#include "absl/types/variant.h"
|
||||
#include "api/transport/rtp/dependency_descriptor.h"
|
||||
#include "api/video/color_space.h"
|
||||
#include "api/video/video_codec_type.h"
|
||||
#include "api/video/video_content_type.h"
|
||||
@ -50,6 +51,7 @@ struct RTPVideoHeader {
|
||||
int64_t frame_id = 0;
|
||||
int spatial_index = 0;
|
||||
int temporal_index = 0;
|
||||
absl::InlinedVector<DecodeTargetIndication, 10> decode_target_indications;
|
||||
absl::InlinedVector<int64_t, 5> dependencies;
|
||||
bool discardable = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user