| Index: source/libvpx/vp9/encoder/vp9_lookahead.c
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_lookahead.c (revision 240950)
|
| +++ source/libvpx/vp9/encoder/vp9_lookahead.c (working copy)
|
| @@ -12,8 +12,8 @@
|
|
|
| #include "./vpx_config.h"
|
| #include "vp9/common/vp9_common.h"
|
| +#include "vp9/encoder/vp9_extend.h"
|
| #include "vp9/encoder/vp9_lookahead.h"
|
| -#include "vp9/common/vp9_extend.h"
|
|
|
| struct lookahead_ctx {
|
| unsigned int max_sz; /* Absolute size of the queue */
|
|
|