Reland "Rename FATAL() into RTC_FATAL()."
This is a reland of 9653d26f8e83bb685477e7ba5c2adf2863187743 Original change's description: > Rename FATAL() into RTC_FATAL(). > > No-Try: True > Bug: webrtc:8454 > Change-Id: I9130487a92463a2128cf1493e6c5117b2fab313a > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/193703 > Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#32620} No-Try: True Bug: webrtc:8454 Change-Id: Idb80125ac31ea307d1434bc9a65f148ac2017a3c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/193864 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32635}
This commit is contained in:
committed by
Commit Bot
parent
9e302eaaca
commit
01719fbeb5
@ -171,9 +171,8 @@ AudioEncoder::EncodedInfo AudioEncoderCng::EncodeImpl(
|
||||
last_frame_active_ = true;
|
||||
break;
|
||||
}
|
||||
case Vad::kError: {
|
||||
FATAL(); // Fails only if fed invalid data.
|
||||
break;
|
||||
default: {
|
||||
RTC_CHECK_NOTREACHED();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user