Commit 41ff8d7a authored by Dmitry Kovalev's avatar Dmitry Kovalev Committed by Gerrit Code Review
Browse files

Merge "Removing unused struct member mvcount[MV_VALS]."

Showing with 0 additions and 1 deletion
...@@ -112,7 +112,6 @@ int vp9_get_mv_mag(MV_CLASS_TYPE c, int offset); ...@@ -112,7 +112,6 @@ int vp9_get_mv_mag(MV_CLASS_TYPE c, int offset);
typedef struct { typedef struct {
unsigned int mvcount[MV_VALS];
unsigned int sign[2]; unsigned int sign[2];
unsigned int classes[MV_CLASSES]; unsigned int classes[MV_CLASSES];
unsigned int class0[CLASS0_SIZE]; unsigned int class0[CLASS0_SIZE];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment