diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-19 01:32:25 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-24 09:17:40 +0100 |
commit | 68bd6c7dac6aa8077110b6794afd8928060371c2 (patch) | |
tree | 967eefab16ee90d55096f4a9b03fcd8af94dbf7a /libavfilter/vf_convolution.c | |
parent | 3a80b1ac121670c2235d92779546c5c789620842 (diff) | |
download | ffmpeg-68bd6c7dac6aa8077110b6794afd8928060371c2.tar.gz |
avcodec/x86/diracdsp_init: Make functions only used here static
This allowed to remove forward declarations. Because compilers expect
declarations for all functions they encounter even when it is within
blocks disabled via "if (0 && foo)", one has to use a real #if in
ff_diracdsp_init_x86.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavfilter/vf_convolution.c')
0 files changed, 0 insertions, 0 deletions