Define RtpGenericFrameDescriptorExtension00

We are about to split RtpGenericFrameDescriptorExtension
into v00 and v01. Allow downstream projects to refer to
RtpGenericFrameDescriptorExtension00 now, so that we may later
delete references to RtpGenericFrameDescriptorExtension
without breaking their build.

Bug: webrtc:10214
Change-Id: I45528699bf7d8cc6c22c22a601f248cca2ba6c90
Reviewed-on: https://webrtc-review.googlesource.com/c/121769
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26588}
This commit is contained in:
Elad Alon
2019-02-07 16:12:09 +01:00
committed by Commit Bot
parent 260a71d47c
commit c363a53587

View File

@ -19,6 +19,10 @@
namespace webrtc {
// TODO(bugs.webrtc.org/10243): Remove when downstream projects stop using
// RtpGenericFrameDescriptorExtension.
using RtpGenericFrameDescriptorExtension00 = RtpGenericFrameDescriptorExtension;
class RtpGenericFrameDescriptorExtension {
public:
using value_type = RtpGenericFrameDescriptor;