Remove deprecated type alias for RtpVideoCodecTypes.

First phase of this removal landed with cl https://webrtc-review.googlesource.com/79561

Bug: webrtc:8995
Change-Id: I9dc152e2f1bac17e2959af7e18106760ca5435c8
Reviewed-on: https://webrtc-review.googlesource.com/95720
Commit-Queue: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24447}
This commit is contained in:
Kári Tristan Helgason
2018-08-27 13:26:52 +02:00
committed by Commit Bot
parent 638d4d375f
commit 01a89904c0
4 changed files with 3 additions and 27 deletions

View File

@ -342,13 +342,6 @@ enum VideoCodecType {
kVideoCodecMultiplex,
// DEPRECATED. Do not use.
kVideoCodecUnknown,
// TODO(nisse): Deprecated aliases, for code expecting RtpVideoCodecTypes.
kRtpVideoNone = kVideoCodecGeneric,
kRtpVideoGeneric = kVideoCodecGeneric,
kRtpVideoVp8 = kVideoCodecVP8,
kRtpVideoVp9 = kVideoCodecVP9,
kRtpVideoH264 = kVideoCodecH264,
};
// Translates from name of codec to codec type and vice versa.