Delete kHEVCCodecName

It's currently unused and H265X is not a standardized payload type.

Bug: webrtc:11627
Change-Id: I92e8c7a9eac59ff6d158ed75ae51615c6811cde9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/183601
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Emil Lundmark <lndmrk@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32083}
This commit is contained in:
Emil Lundmark 2020-09-10 11:46:42 +02:00 committed by Commit Bot
parent c8850cbf55
commit 1b06876a52
2 changed files with 0 additions and 2 deletions

View file

@ -104,7 +104,6 @@ const char kVp8CodecName[] = "VP8";
const char kVp9CodecName[] = "VP9"; const char kVp9CodecName[] = "VP9";
const char kAv1CodecName[] = "AV1X"; const char kAv1CodecName[] = "AV1X";
const char kH264CodecName[] = "H264"; const char kH264CodecName[] = "H264";
const char kHEVCCodecName[] = "H265X";
// RFC 6184 RTP Payload Format for H.264 video // RFC 6184 RTP Payload Format for H.264 video
const char kH264FmtpProfileLevelId[] = "profile-level-id"; const char kH264FmtpProfileLevelId[] = "profile-level-id";

View file

@ -130,7 +130,6 @@ RTC_EXPORT extern const char kVp8CodecName[];
RTC_EXPORT extern const char kVp9CodecName[]; RTC_EXPORT extern const char kVp9CodecName[];
RTC_EXPORT extern const char kAv1CodecName[]; RTC_EXPORT extern const char kAv1CodecName[];
RTC_EXPORT extern const char kH264CodecName[]; RTC_EXPORT extern const char kH264CodecName[];
RTC_EXPORT extern const char kHEVCCodecName[];
// RFC 6184 RTP Payload Format for H.264 video // RFC 6184 RTP Payload Format for H.264 video
RTC_EXPORT extern const char kH264FmtpProfileLevelId[]; RTC_EXPORT extern const char kH264FmtpProfileLevelId[];