Fix some typos found in ivf_file_writer.cc
Bug: None Change-Id: I4cc486ee93d8c3d6864c556507e31cebd82b21ed Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125462 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Elad Alon <eladalon@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26956}
This commit is contained in:
@ -144,7 +144,7 @@ bool IvfFileWriter::WriteFrame(const EncodedImage& encoded_image,
|
||||
(encoded_image._encodedHeight != height_ ||
|
||||
encoded_image._encodedWidth != width_)) {
|
||||
RTC_LOG(LS_WARNING)
|
||||
<< "Incomig frame has diffferent resolution then previous: (" << width_
|
||||
<< "Incoming frame has resolution different from previous: (" << width_
|
||||
<< "x" << height_ << ") -> (" << encoded_image._encodedWidth << "x"
|
||||
<< encoded_image._encodedHeight << ")";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user