Add codec name to CodecSpecificInfo and get the codec name stats from there instead.
BUG=webrtc:5687 Review-Url: https://codereview.webrtc.org/2253563002 Cr-Commit-Position: refs/heads/master@{#14012}
This commit is contained in:
@ -113,7 +113,6 @@ class VideoSender : public Module {
|
||||
rtc::CriticalSection params_crit_;
|
||||
EncoderParameters encoder_params_ GUARDED_BY(params_crit_);
|
||||
bool encoder_has_internal_source_ GUARDED_BY(params_crit_);
|
||||
std::string encoder_name_ GUARDED_BY(params_crit_);
|
||||
std::vector<FrameType> next_frame_types_ GUARDED_BY(params_crit_);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user