Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-17 02:36:31 +0400
committerReinhard Tartler <siretart@tauware.de>2014-03-02 20:42:37 +0400
commit35694706938ebf6e1641c2743da7b8151c2b82cd (patch)
treede9379f8166ac68d333eb659e6e6bf19a4620b40 /libavcodec/avfft.h
parenta6a2d8eb8f125a2edb512a7a47df33dbd70d6b35 (diff)
doxygen: Add a number of missing function parameter descriptions
(cherry picked from commit 4d7ab5cfebef91820af2933ef2f622ea598e6b53)
Diffstat (limited to 'libavcodec/avfft.h')
-rw-r--r--libavcodec/avfft.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avfft.h b/libavcodec/avfft.h
index b89618258e..e2e727da9e 100644
--- a/libavcodec/avfft.h
+++ b/libavcodec/avfft.h
@@ -99,9 +99,11 @@ enum DCTTransformType {
/**
* Set up DCT.
+ *
* @param nbits size of the input array:
* (1 << nbits) for DCT-II, DCT-III and DST-I
* (1 << nbits) + 1 for DCT-I
+ * @param type the type of transform
*
* @note the first element of the input of DST-I is ignored
*/