[FFmpeg-cvslog] r11032 - trunk/libavformat/avio.h
takis
subversion
Thu Nov 15 12:44:15 CET 2007
Author: takis
Date: Thu Nov 15 12:44:15 2007
New Revision: 11032
Log:
Fix Doxygen parameter name
Modified:
trunk/libavformat/avio.h
Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h (original)
+++ trunk/libavformat/avio.h Thu Nov 15 12:44:15 2007
@@ -255,7 +255,7 @@ int url_open_dyn_packet_buf(ByteIOContex
* 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);
More information about the ffmpeg-cvslog
mailing list