diff --git a/libavformat/avio.h b/libavformat/avio.h index b2fc0980d63873b767cec7df1e171a079e3476ce..dda786f5dcab1953af1f2dc28b9392e4fcdf4c50 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);