AcmReceiver: Eliminate AcmReceiver::decoders_
BUG=webrtc:5801 Review-Url: https://codereview.webrtc.org/2351183002 Cr-Commit-Position: refs/heads/master@{#14335}
This commit is contained in:
@ -50,7 +50,7 @@ uint32_t TimestampScaler::ToInternal(uint32_t external_timestamp,
|
||||
// support timestamp scaling of them.
|
||||
denominator_ = numerator_;
|
||||
} else {
|
||||
denominator_ = info->GetFormat().clockrate_hz;
|
||||
denominator_ = info->GetFormat()->clockrate_hz;
|
||||
}
|
||||
}
|
||||
if (numerator_ != denominator_) {
|
||||
|
||||
Reference in New Issue
Block a user