H264 profile比对不区分大小写

This commit is contained in:
xiongziliang
2021-04-06 23:46:45 +08:00
parent c9a20eda16
commit b5e6c12ee8
2 changed files with 4 additions and 4 deletions

View File

@@ -708,7 +708,7 @@ public:
private:
void matchMedia(shared_ptr<RtcSession> &ret, TrackType type, const vector<RtcMedia> &medias, const RtcTrackConfigure &configure);
bool onMatchCodecPlan(const RtcCodecPlan &plan, CodecId codec);
bool onCheckCodecProfile(const RtcCodecPlan &plan, CodecId codec);
private:
RtcCodecPlan::Ptr _rtsp_video_plan;