X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavcodec%2Fjfdctfst.c;h=3e30e5d535fc852372da6e3e521a75bf5a8e64f3;hb=cc5e9e5ff052fe31aa757de79f2d11fb21df3fba;hp=8d3448a67679748bd9abe83f51ffcac1aa55a2a6;hpb=be898457081ac2610ad4184272e9254e8922ff59;p=ffmpeg diff --git a/libavcodec/jfdctfst.c b/libavcodec/jfdctfst.c index 8d3448a6767..3e30e5d535f 100644 --- a/libavcodec/jfdctfst.c +++ b/libavcodec/jfdctfst.c @@ -1,6 +1,4 @@ /* - * jfdctfst.c - * * This file is part of the Independent JPEG Group's software. * * The authors make NO WARRANTY or representation, either express or implied, @@ -207,7 +205,7 @@ static av_always_inline void row_fdct(DCTELEM * data){ */ GLOBAL(void) -fdct_ifast (DCTELEM * data) +ff_fdct_ifast (DCTELEM * data) { int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; int tmp10, tmp11, tmp12, tmp13; @@ -273,7 +271,7 @@ fdct_ifast (DCTELEM * data) */ GLOBAL(void) -fdct_ifast248 (DCTELEM * data) +ff_fdct_ifast248 (DCTELEM * data) { int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; int tmp10, tmp11, tmp12, tmp13;