summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Chiang <angiebird@google.com>2020-11-25 12:58:24 -0800
committerAngie Chiang <angiebird@google.com>2020-11-25 12:58:24 -0800
commitebac57ce9250aac85701f5258ec54f9cf9bf14a8 (patch)
tree62865df571f60cd051c022cfc89f08fe67405a32
parent0de1df6bf7afea01f9a779bf5b2ef7ffbfc3b751 (diff)
downloadlibvpx-ebac57ce9250aac85701f5258ec54f9cf9bf14a8.tar
libvpx-ebac57ce9250aac85701f5258ec54f9cf9bf14a8.tar.gz
libvpx-ebac57ce9250aac85701f5258ec54f9cf9bf14a8.tar.bz2
libvpx-ebac57ce9250aac85701f5258ec54f9cf9bf14a8.zip
Fix typos in simple_encode.h
Change-Id: Id83eff6cc12c441ce991fb1a73820d106311cf5e
-rw-r--r--vp9/simple_encode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/simple_encode.h b/vp9/simple_encode.h
index e3ef3cea9..8ec7069e8 100644
--- a/vp9/simple_encode.h
+++ b/vp9/simple_encode.h
@@ -281,7 +281,7 @@ struct EncodeFrameResult {
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.