Index: source/libvpx/vp9/decoder/vp9_onyxd_int.h |
=================================================================== |
--- source/libvpx/vp9/decoder/vp9_onyxd_int.h (revision 219822) |
+++ source/libvpx/vp9/decoder/vp9_onyxd_int.h (working copy) |
@@ -14,10 +14,8 @@ |
#include "./vpx_config.h" |
#include "vp9/common/vp9_onyxc_int.h" |
- |
-#include "vp9/decoder/vp9_idct_blk.h" |
#include "vp9/decoder/vp9_onyxd.h" |
-#include "vp9/decoder/vp9_treereader.h" |
+#include "vp9/decoder/vp9_thread.h" |
typedef struct VP9Decompressor { |
DECLARE_ALIGNED(16, MACROBLOCKD, mb); |
@@ -40,6 +38,7 @@ |
int initial_height; |
int do_loopfilter_inline; // apply loopfilter to available rows immediately |
+ VP9Worker lf_worker; |
} VP9D_COMP; |
#endif // VP9_DECODER_VP9_TREEREADER_H_ |