From 4d7ab5cfebef91820af2933ef2f622ea598e6b53 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 16 Feb 2014 23:36:31 +0100 Subject: doxygen: Add a number of missing function parameter descriptions --- libavcodec/avcodec.h | 2 ++ libavcodec/avfft.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'libavcodec') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 54c60a91aa..244f47ba10 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -4108,7 +4108,9 @@ void avcodec_set_dimensions(AVCodecContext *s, int width, int height); /** * Put a string representing the codec tag codec_tag in buf. * + * @param buf buffer to place codec tag in * @param buf_size size in bytes of buf + * @param codec_tag codec tag to assign * @return the length of the string that would have been generated if * enough space had been available, excluding the trailing null */ 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 */ -- cgit v1.2.3