diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-12-17 18:14:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-12-17 18:14:38 +0000 |
commit | 115329f16062074e11ccf3b89ead6176606c9696 (patch) | |
tree | e98aa993905a702688bf821737ab9a443969fc28 /libavcodec/faandct.h | |
parent | d76319b1ab716320f6e6a4d690b85fe4504ebd5b (diff) | |
download | ffmpeg-115329f16062074e11ccf3b89ead6176606c9696.tar.gz |
COSMETICS: Remove all trailing whitespace.
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faandct.h')
-rw-r--r-- | libavcodec/faandct.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/faandct.h b/libavcodec/faandct.h index c40f8016b1..8051f01f7f 100644 --- a/libavcodec/faandct.h +++ b/libavcodec/faandct.h @@ -20,12 +20,12 @@ /** * @file faandct.h - * @brief + * @brief * Floating point AAN DCT * @author Michael Niedermayer <michaelni@gmx.at> */ - + #define FAAN_POSTSCALE - + void ff_faandct(DCTELEM * data); void ff_faandct248(DCTELEM * data); |