diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-25 16:22:21 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-29 00:05:32 +0200 |
commit | c35a6709d077c3221f50235446c88d7c96234d5b (patch) | |
tree | bbd029dbd310f515de1189fa136ba344fcc45331 /libavcodec/arm | |
parent | e0980629d8ef1970488eaaaa56a55e198d5549d4 (diff) | |
download | ffmpeg-c35a6709d077c3221f50235446c88d7c96234d5b.tar.gz |
avcodec/lsp: Make ff_lsp2polyf() static
Possible since 48ac225db2563fe534b1d9e999bf8e70d5a577f8.
Furthermore, the current code would not work on mips
in case ff_lsp2polyf() were used outside of lsp.c,
because it is not compiled on mips since commit
3827a86eacd04d9d7b356f769be553f7b8cca361 at all;
instead it is overridden with a static av_always_inline
function which only works for the callers in lsp.c.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/arm')
0 files changed, 0 insertions, 0 deletions