| Index: source/libvpx/vp9/decoder/vp9_onyxd_int.h
|
| ===================================================================
|
| --- source/libvpx/vp9/decoder/vp9_onyxd_int.h (revision 251189)
|
| +++ source/libvpx/vp9/decoder/vp9_onyxd_int.h (working copy)
|
| @@ -14,6 +14,7 @@
|
| #include "./vpx_config.h"
|
|
|
| #include "vp9/common/vp9_onyxc_int.h"
|
| +#include "vp9/decoder/vp9_dthread.h"
|
| #include "vp9/decoder/vp9_onyxd.h"
|
| #include "vp9/decoder/vp9_thread.h"
|
|
|
| @@ -49,6 +50,8 @@
|
| VP9Worker *tile_workers;
|
| int num_tile_workers;
|
|
|
| + VP9LfSync lf_row_sync;
|
| +
|
| /* Each tile column has its own MODE_INFO stream. This array indexes them by
|
| tile column index. */
|
| MODE_INFO **mi_streams;
|
|
|