diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-11-15 11:44:15 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-11-15 11:44:15 +0000 |
commit | e8b7c70f09f3a1c98e9a448df45e5f9e8c149625 (patch) | |
tree | bad8a11a20c7f32b8714330023ade9b04d5f7307 /libavformat/avio.h | |
parent | abfe87d471d0d0ce0bdae8467394a9f2fff5ce1a (diff) | |
download | ffmpeg-e8b7c70f09f3a1c98e9a448df45e5f9e8c149625.tar.gz |
Fix Doxygen parameter name
Originally committed as revision 11032 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index b2fc0980d6..dda786f5dc 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -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); |