From 856c8e0a049dc7069b7504d3aaa48549c75852de Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 27 Mar 2012 16:42:23 +0200 Subject: faandct: Remove FAAN_POSTSCALE define and related code. It is not a user-accessible option and unlikely to ever be changed. --- libavcodec/faandct.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/faandct.h') diff --git a/libavcodec/faandct.h b/libavcodec/faandct.h index da8c0e42d9..cd9823618b 100644 --- a/libavcodec/faandct.h +++ b/libavcodec/faandct.h @@ -31,8 +31,6 @@ #include "dsputil.h" -#define FAAN_POSTSCALE - void ff_faandct(DCTELEM * data); void ff_faandct248(DCTELEM * data); -- cgit v1.2.3