summaryrefslogtreecommitdiffstats
path: root/third_party/aom/examples/lightfield_encoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/examples/lightfield_encoder.c')
-rw-r--r--third_party/aom/examples/lightfield_encoder.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/third_party/aom/examples/lightfield_encoder.c b/third_party/aom/examples/lightfield_encoder.c
index f8c37fbb0..e55cd5ce3 100644
--- a/third_party/aom/examples/lightfield_encoder.c
+++ b/third_party/aom/examples/lightfield_encoder.c
@@ -37,14 +37,11 @@
#include "aom/aom_encoder.h"
#include "aom/aomcx.h"
+#include "aom_scale/yv12config.h"
#include "av1/common/enums.h"
-
#include "common/tools_common.h"
#include "common/video_writer.h"
-#define MAX_EXTERNAL_REFERENCES 128
-#define AOM_BORDER_IN_PIXELS 288
-
static const char *exec_name;
void usage_exit(void) {