[FFmpeg-cvslog] r25782 - trunk/libavformat/avformat.h

reimar subversion
Sun Nov 21 12:33:26 CET 2010


Author: reimar
Date: Sun Nov 21 12:33:26 2010
New Revision: 25782

Log:
Improve documentation wording.

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Sun Nov 21 12:07:04 2010	(r25781)
+++ trunk/libavformat/avformat.h	Sun Nov 21 12:33:26 2010	(r25782)
@@ -246,8 +246,8 @@ int av_get_packet(ByteIOContext *s, AVPa
 
 
 /**
- * Reads data and appends it to the current content of the AVPacket.
- * If pkt->size is 0 it behaves like av_get_packet.
+ * Read data and append it to the current content of the AVPacket.
+ * If pkt->size is 0 this is identical to av_get_packet.
  * Note that this uses av_grow_packet and thus involves a realloc
  * which is inefficient. Thus this function should only be used
  * when there is no reasonable way to know (an upper bound of)



More information about the ffmpeg-cvslog mailing list