summaryrefslogtreecommitdiff
path: root/libavcodec/faandct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/faandct.h')
-rw-r--r--libavcodec/faandct.h6
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);