]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/avfft.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / avfft.h
index be2d9c7e108f7764d746d1d26a4a03dbbaea573c..2d20a45f8725d278fdaaa4935778372cb890bf85 100644 (file)
 #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 */