spelling: latency
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0fb8250000
commit
38b5af5362
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user