From 48b1f80012102847fb961c8d3dfb846b5665681c Mon Sep 17 00:00:00 2001 From: Roman Shaposhnik Date: Sat, 25 Oct 2003 00:32:54 +0000 Subject: * adding integer/floating point AAN implementations for DCT 2-4-8 Originally committed as revision 2430 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faandct.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/faandct.h') diff --git a/libavcodec/faandct.h b/libavcodec/faandct.h index 41615857d3..c40f8016b1 100644 --- a/libavcodec/faandct.h +++ b/libavcodec/faandct.h @@ -28,3 +28,4 @@ #define FAAN_POSTSCALE void ff_faandct(DCTELEM * data); +void ff_faandct248(DCTELEM * data); -- cgit v1.2.3