]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/avfft.h
Merge commit '984e3398662d460e15904f9e4a6df9ef759070cb'
[ffmpeg] / libavcodec / avfft.h
index 2d20a45f8725d278fdaaa4935778372cb890bf85..0c0f9b8d8dae13c14a8cd91a1c4234b07821e916 100644 (file)
@@ -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
  */