summaryrefslogtreecommitdiff
path: root/vp8/decoder/threading.c
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2012-02-02 13:28:41 -0500
committerScott LaVarnway <slavarnway@google.com>2012-02-02 13:28:41 -0500
commite2000cc5ca4d0068e7ee1ad43a18cd67667950c0 (patch)
treeb1e9fc3d13c8577c37b0905bc15b8e6ca6a42697 /vp8/decoder/threading.c
parent07c6eb18ade194df97bb7f5ae686dce0574dc27f (diff)
downloadlibvpx-e2000cc5ca4d0068e7ee1ad43a18cd67667950c0.tar
libvpx-e2000cc5ca4d0068e7ee1ad43a18cd67667950c0.tar.gz
libvpx-e2000cc5ca4d0068e7ee1ad43a18cd67667950c0.tar.bz2
libvpx-e2000cc5ca4d0068e7ee1ad43a18cd67667950c0.zip
Removed frames_since_golden from MACROBLOCKD
Change-Id: I10efa441d663fceb6bc97a3bfad518cd3d9a5128
Diffstat (limited to 'vp8/decoder/threading.c')
-rw-r--r--vp8/decoder/threading.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/decoder/threading.c b/vp8/decoder/threading.c
index 30665fd29..f65b7448e 100644
--- a/vp8/decoder/threading.c
+++ b/vp8/decoder/threading.c
@@ -47,7 +47,6 @@ static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, MB_ROW_D
mbd->mode_info_stride = pc->mode_info_stride;
mbd->frame_type = pc->frame_type;
- mbd->frames_since_golden = pc->frames_since_golden;
mbd->frames_till_alt_ref_frame = pc->frames_till_alt_ref_frame;
mbd->pre = pc->yv12_fb[pc->lst_fb_idx];