| Index: source/libvpx/vp9/decoder/vp9_decodemv.c
 | 
| diff --git a/source/libvpx/vp9/decoder/vp9_decodemv.c b/source/libvpx/vp9/decoder/vp9_decodemv.c
 | 
| index ec32f1d304648c5ed8b3c05a26b2135d4401f536..37bdfe05852c5004b1c65be3c28b161696be618d 100644
 | 
| --- a/source/libvpx/vp9/decoder/vp9_decodemv.c
 | 
| +++ b/source/libvpx/vp9/decoder/vp9_decodemv.c
 | 
| @@ -457,7 +457,7 @@ static int read_is_inter_block(VP9_COMMON *const cm, MACROBLOCKD *const xd,
 | 
|  
 | 
|  static void fpm_sync(void *const data, int mi_row) {
 | 
|    VP9Decoder *const pbi = (VP9Decoder *)data;
 | 
| -  vp9_frameworker_wait(pbi->frame_worker_owner, pbi->prev_buf,
 | 
| +  vp9_frameworker_wait(pbi->frame_worker_owner, pbi->common.prev_frame,
 | 
|                         mi_row << MI_BLOCK_SIZE_LOG2);
 | 
|  }
 | 
|  
 | 
| 
 |