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/avcodec.h | |
parent | 614b9e4db8f3d7c23fc0410fc04745a727a82f4e (diff) | |
download | ffmpeg-4d7ab5cfebef91820af2933ef2f622ea598e6b53.tar.gz |
doxygen: Add a number of missing function parameter descriptions
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
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 */ |