lavc doxy: add avfft to the main lavc group.
authorAnton Khirnov <anton@khirnov.net>
Sun, 8 Apr 2012 11:49:15 +0000 (13:49 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 9 Apr 2012 19:24:46 +0000 (21:24 +0200)
libavcodec/avfft.h

index 91fe2f42974bf2bb911745ea06f4378675d422f9..b89618258e63ee797658de37cad5ceba105f640d 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 */