summaryrefslogtreecommitdiff
path: root/vp9/encoder
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2013-10-01 15:17:39 -0700
committerJim Bankoski <jimbankoski@google.com>2013-10-01 15:17:39 -0700
commit5491a1f33ee45e2aa3bf4e1dd843096c9c58f51a (patch)
tree045f010b76ff588c4e43193d0dd650c627e26765 /vp9/encoder
parent5c66f6f5eb96acc8c6f4d371027f407642455fa2 (diff)
downloadlibvpx-5491a1f33ee45e2aa3bf4e1dd843096c9c58f51a.tar
libvpx-5491a1f33ee45e2aa3bf4e1dd843096c9c58f51a.tar.gz
libvpx-5491a1f33ee45e2aa3bf4e1dd843096c9c58f51a.tar.bz2
libvpx-5491a1f33ee45e2aa3bf4e1dd843096c9c58f51a.zip
vp9_block.h cpplint issues resolved
Change-Id: Icc6a76a5be77f3e19918155bab3998e0aa32ccf5
Diffstat (limited to 'vp9/encoder')
-rw-r--r--vp9/encoder/vp9_block.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_block.h b/vp9/encoder/vp9_block.h
index 5a0d746c8..2e28a2ed8 100644
--- a/vp9/encoder/vp9_block.h
+++ b/vp9/encoder/vp9_block.h
@@ -30,7 +30,6 @@ typedef struct {
} PARTITION_INFO;
// Structure to hold snapshot of coding context during the mode picking process
-// TODO Do we need all of these?
typedef struct {
MODE_INFO mic;
PARTITION_INFO partition_info;