diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-02-16 23:36:31 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-02-17 15:36:09 +0100 |
commit | 4d7ab5cfebef91820af2933ef2f622ea598e6b53 (patch) | |
tree | 2f4625d8352d512b539cef9d68ac8c6b49ba0f6e /libavcodec/avfft.h | |
parent | 614b9e4db8f3d7c23fc0410fc04745a727a82f4e (diff) | |
download | ffmpeg-4d7ab5cfebef91820af2933ef2f622ea598e6b53.tar.gz |
doxygen: Add a number of missing function parameter descriptions
Diffstat (limited to 'libavcodec/avfft.h')
-rw-r--r-- | libavcodec/avfft.h | 2 |
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 */ |