spelling: latency

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-01-09 02:30:29 -05:00
parent 0fb8250000
commit 38b5af5362

View File

@ -825,7 +825,7 @@ impl VideoHandler {
/// Handle a new video frame. /// Handle a new video frame.
pub fn handle_frame(&mut self, vf: VideoFrame) -> ResultType<bool> { pub fn handle_frame(&mut self, vf: VideoFrame) -> ResultType<bool> {
if vf.timestamp != 0 { if vf.timestamp != 0 {
// Update the lantency controller with the latest timestamp. // Update the latency controller with the latest timestamp.
self.latency_controller self.latency_controller
.lock() .lock()
.unwrap() .unwrap()