From 1f5d744742c94118708cb2815fc3a468af8103ca Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Fri, 18 Oct 2013 11:56:55 -0700 Subject: [PATCH] Removing unused struct member mvcount[MV_VALS]. Change-Id: Iaaca88097904b889769901f2bd331f4fff0e5044 --- vp9/common/vp9_entropymv.h | 1 - 1 file changed, 1 deletion(-) 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]; -- 2.40.0