Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Fix ios build issue. #26

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion api/video_codecs/video_codec.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ static const char* kPayloadNameH264 = "H264";
#ifndef DISABLE_H265
static const char* kPayloadNameH265 = "H265";
#endif
static const char* kPayloadNameI420 = "I420";
static const char* kPayloadNameGeneric = "Generic";
static const char* kPayloadNameMultiplex = "Multiplex";

Expand Down