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/avcodec.h
parenta6a2d8eb8f125a2edb512a7a47df33dbd70d6b35 (diff)
doxygen: Add a number of missing function parameter descriptions
(cherry picked from commit 4d7ab5cfebef91820af2933ef2f622ea598e6b53)
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
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
*/