Commit 84c38b72 authored by takis's avatar takis

Fix Doxygen parameter name


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11032 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 51bea4af
......@@ -255,7 +255,7 @@ int url_open_dyn_packet_buf(ByteIOContext *s, int max_packet_size);
* Return the written size and a pointer to the buffer. The buffer
* must be freed with av_free().
* @param s IO context
* @param pointer to a byte buffer
* @param pbuffer pointer to a byte buffer
* @return the length of the byte buffer
*/
int url_close_dyn_buf(ByteIOContext *s, uint8_t **pbuffer);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment