mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 22:00:47 +01:00
Switching to RTC_ prefixed LOG macros.
Unprefixed LOG macros will be removed on 10/11/2017, this CL just switch some LOG macros to RTC_LOG. TBR=ilnik@webrtc.org,sprang@webrtc.org Bug: webrtc:8452 Change-Id: I3828c145897818ded56d342eba5f7496431715a4 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/22083 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20633}
This commit is contained in:
parent
e0da9eab5f
commit
0ec39e2d0f
1 changed files with 2 additions and 2 deletions
|
@ -292,8 +292,8 @@ EncodedImageCallback::Result VCMEncodedFrameCallback::OnEncodedImage(
|
||||||
encode_start_list->front().encode_start_time_ms);
|
encode_start_list->front().encode_start_time_ms);
|
||||||
encode_start_list->pop_front();
|
encode_start_list->pop_front();
|
||||||
} else {
|
} else {
|
||||||
LOG(LS_WARNING) << "Frame with no encode started time recordings. "
|
RTC_LOG(LS_WARNING) << "Frame with no encode started time recordings. "
|
||||||
"Encoder may be reordering frames.";
|
"Encoder may be reordering frames.";
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t target_bitrate =
|
size_t target_bitrate =
|
||||||
|
|
Loading…
Reference in a new issue