summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevcdsp.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-08-21 02:24:30 -0300
committerJames Almer <jamrial@gmail.com>2015-08-21 02:24:30 -0300
commit7a806c68a62c0d9bd00c1e16c103456cc8f11e6e (patch)
treee83a23616d0715eba9eff87884ea6b80b6efd9d7 /libavcodec/hevcdsp.c
parente32a99264be6ce0d3ec060fdb8b56463b2f0b8cd (diff)
downloadffmpeg-streaming-7a806c68a62c0d9bd00c1e16c103456cc8f11e6e.zip
ffmpeg-streaming-7a806c68a62c0d9bd00c1e16c103456cc8f11e6e.tar.gz
avcodec/hevcdsp: rename sao_band_filter c functions
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/hevcdsp.c')
-rw-r--r--libavcodec/hevcdsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevcdsp.c b/libavcodec/hevcdsp.c
index be01e92..9d773d9 100644
--- a/libavcodec/hevcdsp.c
+++ b/libavcodec/hevcdsp.c
@@ -216,7 +216,7 @@ void ff_hevc_dsp_init(HEVCDSPContext *hevcdsp, int bit_depth)
hevcdsp->sao_band_filter[1] = \
hevcdsp->sao_band_filter[2] = \
hevcdsp->sao_band_filter[3] = \
- hevcdsp->sao_band_filter[4] = FUNC(sao_band_filter_0, depth); \
+ hevcdsp->sao_band_filter[4] = FUNC(sao_band_filter, depth); \
hevcdsp->sao_edge_filter[0] = \
hevcdsp->sao_edge_filter[1] = \
hevcdsp->sao_edge_filter[2] = \
OpenPOWER on IntegriCloud