summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymv.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-10-18 11:56:55 -0700
committerDmitry Kovalev <dkovalev@google.com>2013-10-18 11:56:55 -0700
commit1f5d744742c94118708cb2815fc3a468af8103ca (patch)
tree2f620fabcb706ab4e7fa4d069f1a12991ed3112f /vp9/common/vp9_entropymv.h
parentc093b6228c9ddabf989774a7a01d533f90875ae6 (diff)
downloadlibvpx-1f5d744742c94118708cb2815fc3a468af8103ca.tar
libvpx-1f5d744742c94118708cb2815fc3a468af8103ca.tar.gz
libvpx-1f5d744742c94118708cb2815fc3a468af8103ca.tar.bz2
libvpx-1f5d744742c94118708cb2815fc3a468af8103ca.zip
Removing unused struct member mvcount[MV_VALS].
Change-Id: Iaaca88097904b889769901f2bd331f4fff0e5044
Diffstat (limited to 'vp9/common/vp9_entropymv.h')
-rw-r--r--vp9/common/vp9_entropymv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/common/vp9_entropymv.h b/vp9/common/vp9_entropymv.h
index c42653d42..d843f5bfe 100644
--- a/vp9/common/vp9_entropymv.h
+++ b/vp9/common/vp9_entropymv.h
@@ -112,7 +112,6 @@ int vp9_get_mv_mag(MV_CLASS_TYPE c, int offset);
typedef struct {
- unsigned int mvcount[MV_VALS];
unsigned int sign[2];
unsigned int classes[MV_CLASSES];
unsigned int class0[CLASS0_SIZE];