Index: source/libvpx/vp9/encoder/vp9_bitstream.c |
=================================================================== |
--- source/libvpx/vp9/encoder/vp9_bitstream.c (revision 225010) |
+++ source/libvpx/vp9/encoder/vp9_bitstream.c (working copy) |
@@ -1158,7 +1158,7 @@ |
static void write_interp_filter_type(INTERPOLATIONFILTERTYPE type, |
struct vp9_write_bit_buffer *wb) { |
- const int type_to_literal[] = { 1, 0, 2 }; |
+ const int type_to_literal[] = { 1, 0, 2, 3 }; |
vp9_wb_write_bit(wb, type == SWITCHABLE); |
if (type != SWITCHABLE) |