s/INTERP_FILTER/InterpFilter/
this matches style guidelines and stabilizes successive runs of clang-format across the tree. remaining types should be address in successive commits. Change-Id: I6ad3f69cf0a22cb9a9b895b272195f891f71170f
This commit is contained in:
@@ -2108,7 +2108,7 @@ static void setup_segmentation_dequant(AV1_COMMON *const cm) {
|
||||
}
|
||||
}
|
||||
|
||||
static INTERP_FILTER read_interp_filter(struct aom_read_bit_buffer *rb) {
|
||||
static InterpFilter read_interp_filter(struct aom_read_bit_buffer *rb) {
|
||||
return aom_rb_read_bit(rb) ? SWITCHABLE
|
||||
: aom_rb_read_literal(rb, 2 + CONFIG_EXT_INTERP);
|
||||
}
|
||||
|
Reference in New Issue
Block a user