Commit 47503b02 authored by Kári Tristan Helgason's avatar Kári Tristan Helgason Committed by Commit Bot

Remove webrtc::kVideoCodecUnknown.

It's being removed from WebRTC in favour of kVideoCodecGeneric.

Bug: webrtc:8136
Change-Id: I74cb60cbfee56320bd40bf0bfc31887fe0dac05d
Reviewed-on: https://chromium-review.googlesource.com/1186337
Commit-Queue: Olga Sharonova <olka@chromium.org>
Reviewed-by: default avatarOlga Sharonova <olka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585447}
parent aaced754
......@@ -63,7 +63,7 @@ webrtc::VideoCodecType ProfileToWebRtcVideoCodecType(
return webrtc::kVideoCodecH264;
}
NOTREACHED() << "Invalid profile " << GetProfileName(profile);
return webrtc::kVideoCodecUnknown;
return webrtc::kVideoCodecGeneric;
}
// Populates struct webrtc::RTPFragmentationHeader for H264 codec.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment