DecoderDatabase::DecoderInfo: Remove unused member variable rtp_sample_rate_hz
The fs_hz member variable is going away too, being replaced by a method in the AudioDecoder interface. If we ever end up needing the RTP sample rate here, a method ought to be the right solution for that too. BUG=webrtc:5801 Review URL: https://codereview.webrtc.org/1907183002 Cr-Commit-Position: refs/heads/master@{#12462}
This commit is contained in:
@ -31,7 +31,6 @@ DecoderDatabase::DecoderInfo::DecoderInfo(NetEqDecoder ct,
|
||||
: codec_type(ct),
|
||||
name(nm),
|
||||
fs_hz(fs),
|
||||
rtp_sample_rate_hz(fs),
|
||||
external_decoder(ext_dec) {}
|
||||
|
||||
DecoderDatabase::DecoderInfo::DecoderInfo(DecoderInfo&&) = default;
|
||||
|
||||
Reference in New Issue
Block a user