Index: source/libvpx/vp9/encoder/vp9_speed_features.h |
=================================================================== |
--- source/libvpx/vp9/encoder/vp9_speed_features.h (revision 284462) |
+++ source/libvpx/vp9/encoder/vp9_speed_features.h (working copy) |
@@ -366,6 +366,9 @@ |
// In real time encoding, increase the threshold for NEWMV. |
int elevate_newmv_thresh; |
+ |
+ // default interp filter choice |
+ INTERP_FILTER default_interp_filter; |
} SPEED_FEATURES; |
struct VP9_COMP; |