summaryrefslogtreecommitdiff
path: root/libavcodec/avfft.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-04-08 13:49:15 +0200
committerAnton Khirnov <anton@khirnov.net>2012-04-09 21:24:46 +0200
commitec57b7de745c851ad7afa93cee659688a4ddd600 (patch)
tree106a3aadb0b3dd94a525cfdc5ea6f90126125e70 /libavcodec/avfft.h
parent8a74029ea2e9cf058b184dd33e6c49e54574a9e3 (diff)
lavc doxy: add avfft to the main lavc group.
Diffstat (limited to 'libavcodec/avfft.h')
-rw-r--r--libavcodec/avfft.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libavcodec/avfft.h b/libavcodec/avfft.h
index 91fe2f4297..b89618258e 100644
--- a/libavcodec/avfft.h
+++ b/libavcodec/avfft.h
@@ -19,6 +19,19 @@
#ifndef AVCODEC_AVFFT_H
#define AVCODEC_AVFFT_H
+/**
+ * @file
+ * @ingroup lavc_fft
+ * FFT functions
+ */
+
+/**
+ * @defgroup lavc_fft FFT functions
+ * @ingroup lavc_misc
+ *
+ * @{
+ */
+
typedef float FFTSample;
typedef struct FFTComplex {
@@ -96,4 +109,8 @@ DCTContext *av_dct_init(int nbits, enum DCTTransformType type);
void av_dct_calc(DCTContext *s, FFTSample *data);
void av_dct_end (DCTContext *s);
+/**
+ * @}
+ */
+
#endif /* AVCODEC_AVFFT_H */