From 00fc99dd031740dff7cf7741f3272e11cce30f72 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 10 Jun 2002 14:51:26 +0000 Subject: sync to ffmpeg cvs, trying to keep differences to a mininum. diff_to_ffmpeg_cvs.txt updated. tested only on x86, please report any problems, compilation errors, etc. alpha architecture added but makefiles were not updated. CVS patchset: 2058 CVS date: 2002/06/10 14:51:26 --- src/libffmpeg/libavcodec/jfdctfst.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/libffmpeg/libavcodec/jfdctfst.c') diff --git a/src/libffmpeg/libavcodec/jfdctfst.c b/src/libffmpeg/libavcodec/jfdctfst.c index cdc3b47f9..4e3b55bb5 100644 --- a/src/libffmpeg/libavcodec/jfdctfst.c +++ b/src/libffmpeg/libavcodec/jfdctfst.c @@ -113,7 +113,7 @@ */ GLOBAL(void) -jpeg_fdct_ifast (DCTELEM * data) +fdct_ifast (DCTELEM * data) { DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; DCTELEM tmp10, tmp11, tmp12, tmp13; @@ -222,3 +222,10 @@ jpeg_fdct_ifast (DCTELEM * data) dataptr++; /* advance pointer to next column */ } } + + +#undef GLOBAL +#undef CONST_BITS +#undef DESCALE +#undef FIX_0_541196100 +#undef FIX_1_306562965 -- cgit v1.2.3