summaryrefslogtreecommitdiffstats
path: root/third_party/aom/aom_scale/aom_scale.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/aom_scale/aom_scale.h')
-rw-r--r--third_party/aom/aom_scale/aom_scale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/aom_scale/aom_scale.h b/third_party/aom/aom_scale/aom_scale.h
index 6e089f5aa..a4aef6c65 100644
--- a/third_party/aom/aom_scale/aom_scale.h
+++ b/third_party/aom/aom_scale/aom_scale.h
@@ -18,6 +18,6 @@ extern void aom_scale_frame(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst,
unsigned char *temp_area, unsigned char temp_height,
unsigned int hscale, unsigned int hratio,
unsigned int vscale, unsigned int vratio,
- unsigned int interlaced);
+ unsigned int interlaced, const int num_planes);
#endif // AOM_SCALE_AOM_SCALE_H_