]> git.sesse.net Git - ffmpeg/commit
hevcdsp: fix a function name
authorAnton Khirnov <anton@khirnov.net>
Sun, 12 Jul 2015 05:50:28 +0000 (07:50 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 21 Aug 2015 06:46:05 +0000 (08:46 +0200)
commitd8ebb6157d12183ed3fc987cd2ba18b404758828
treed4fec4fc6d9d5d94ba7a8ff272fa01e1cb43df75
parenta1926a29fb4325afa46842883f197c74d4535c36
hevcdsp: fix a function name

put_weighted_pred_avg should be put_unweighted_pred_avg, there is no
weighting there.
libavcodec/hevc.c
libavcodec/hevcdsp.c
libavcodec/hevcdsp.h
libavcodec/hevcdsp_template.c