[FFmpeg-cvslog] r11031 - trunk/libavformat/avio.h
takis
subversion
Thu Nov 15 12:43:21 CET 2007
Author: takis
Date: Thu Nov 15 12:43:21 2007
New Revision: 11031
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:43:21 2007
@@ -222,7 +222,7 @@ URLContext *url_fileno(ByteIOContext *s)
* handle. If the file is not packetized (stream like http or file on
* disk), then 0 is returned.
*
- * @param h buffered file handle
+ * @param s buffered file handle
* @return maximum packet size in bytes
*/
int url_fget_max_packet_size(ByteIOContext *s);
More information about the ffmpeg-cvslog
mailing list