Extend structures to store updated version of the dependency descriptor
Rename structures to match terminology in the spec Bug: webrtc:10342 Change-Id: I1329abaca98ae7f82307451032d5ce1533e80772 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/143960 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28402}
This commit is contained in:
committed by
Commit Bot
parent
a3f3ab91dd
commit
c2f56862a6
@ -107,7 +107,7 @@ struct RTC_EXPORT CodecSpecificInfo {
|
||||
VideoCodecType codecType;
|
||||
CodecSpecificInfoUnion codecSpecific;
|
||||
absl::optional<GenericFrameInfo> generic_frame_info;
|
||||
absl::optional<TemplateStructure> template_structure;
|
||||
absl::optional<FrameDependencyStructure> template_structure;
|
||||
};
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
Reference in New Issue
Block a user