shithub: libvpx

Download patch

ref: ebac57ce9250aac85701f5258ec54f9cf9bf14a8
parent: 0de1df6bf7afea01f9a779bf5b2ef7ffbfc3b751
author: Angie Chiang <angiebird@google.com>
date: Wed Nov 25 07:58:24 EST 2020

Fix typos in simple_encode.h

Change-Id: Id83eff6cc12c441ce991fb1a73820d106311cf5e

--- a/vp9/simple_encode.h
+++ b/vp9/simple_encode.h
@@ -281,7 +281,7 @@
   std::vector<MotionVectorInfo> motion_vector_info;
   // A vector of the tpl stats information.
   // The tpl stats measure the complexity of a frame, as well as the
-  // informatioin propagated along the motion trajactory between frames, in
+  // information propagated along the motion trajectory between frames, in
   // the reference frame structure.
   // The tpl stats could be used as a more accurate spatial and temporal
   // complexity measure in addition to the first pass stats.