Turn off error resilience for vp8 for no temporal layers if nack is enabled.
BUG=webrtc:6634 Review-Url: https://codereview.webrtc.org/2493893003 Cr-Commit-Position: refs/heads/master@{#15240}
This commit is contained in:
@ -36,6 +36,7 @@ class VideoCodecInitializer {
|
||||
const VideoEncoderConfig& config,
|
||||
const VideoSendStream::Config::EncoderSettings settings,
|
||||
const std::vector<VideoStream>& streams,
|
||||
bool nack_enabled,
|
||||
VideoCodec* codec,
|
||||
std::unique_ptr<VideoBitrateAllocator>* bitrate_allocator);
|
||||
|
||||
@ -51,7 +52,8 @@ class VideoCodecInitializer {
|
||||
const VideoEncoderConfig& config,
|
||||
const std::vector<VideoStream>& streams,
|
||||
const std::string& payload_name,
|
||||
int payload_type);
|
||||
int payload_type,
|
||||
bool nack_enabled);
|
||||
};
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
Reference in New Issue
Block a user