diff options
Diffstat (limited to 'third_party/aom/av1/encoder/pickrst.h')
-rw-r--r-- | third_party/aom/av1/encoder/pickrst.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/aom/av1/encoder/pickrst.h b/third_party/aom/av1/encoder/pickrst.h index f6096ed1d..179b89ff9 100644 --- a/third_party/aom/av1/encoder/pickrst.h +++ b/third_party/aom/av1/encoder/pickrst.h @@ -20,8 +20,7 @@ extern "C" { struct yv12_buffer_config; struct AV1_COMP; -void av1_pick_filter_restoration(const YV12_BUFFER_CONFIG *sd, AV1_COMP *cpi, - LPF_PICK_METHOD method); +void av1_pick_filter_restoration(const YV12_BUFFER_CONFIG *sd, AV1_COMP *cpi); #ifdef __cplusplus } // extern "C" |