CLPF: Remove redundant function argument.

Change-Id: I31bea3b1f76493060edd7e1bd616a223841d5f77
This commit is contained in:
Steinar Midtskogen
2016-09-19 13:33:52 +02:00
committed by Yaowu Xu
parent ecf9a0c821
commit ded69f5668
5 changed files with 26 additions and 39 deletions

View File

@@ -2068,8 +2068,7 @@ static int clpf_bit(UNUSED int k, UNUSED int l,
UNUSED const YV12_BUFFER_CONFIG *org,
UNUSED const AV1_COMMON *cm, UNUSED int block_size,
UNUSED int w, UNUSED int h, UNUSED unsigned int strength,
UNUSED unsigned int fb_size_log2, uint8_t *bit,
UNUSED int comp) {
UNUSED unsigned int fb_size_log2, uint8_t *bit) {
return *bit;
}
#endif