summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_blockd.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-07-19 11:55:36 -0700
committerDmitry Kovalev <dkovalev@google.com>2013-07-19 11:55:36 -0700
commit97e96bc4e9d49909259b5de256655b262528a8ec (patch)
tree70d5e4e36efad3bf38cf243e3e1d9c19816d3c81 /vp9/common/vp9_blockd.h
parent561fb31d10695b71d6d03a8369e68c4cebc18836 (diff)
downloadlibvpx-97e96bc4e9d49909259b5de256655b262528a8ec.tar
libvpx-97e96bc4e9d49909259b5de256655b262528a8ec.tar.gz
libvpx-97e96bc4e9d49909259b5de256655b262528a8ec.tar.bz2
libvpx-97e96bc4e9d49909259b5de256655b262528a8ec.zip
Removing frame_type field from MACROBLOCKD struct.
Change-Id: Ia4e83913251c1cdc7aa2abd64bf01ecb1a962119
Diffstat (limited to 'vp9/common/vp9_blockd.h')
-rw-r--r--vp9/common/vp9_blockd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/common/vp9_blockd.h b/vp9/common/vp9_blockd.h
index 35a6b1ec1..500041c90 100644
--- a/vp9/common/vp9_blockd.h
+++ b/vp9/common/vp9_blockd.h
@@ -224,8 +224,6 @@ typedef struct macroblockd {
MODE_INFO *mode_info_context;
int mode_info_stride;
- FRAME_TYPE frame_type;
-
int up_available;
int left_available;
int right_available;