diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-11-21 11:33:26 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-11-21 11:33:26 +0000 |
commit | fa8cc126502ef4995d6e975e298219b99e0ea8e6 (patch) | |
tree | eab6e42b7af11b72ff151384915f69d48cf5e7b7 /libavformat/avformat.h | |
parent | 0f46d685228293dd17ddf521271fe159a6ad4881 (diff) | |
download | ffmpeg-fa8cc126502ef4995d6e975e298219b99e0ea8e6.tar.gz |
Improve documentation wording.
Originally committed as revision 25782 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 517d1ac152..1d9b666d60 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -246,8 +246,8 @@ int av_get_packet(ByteIOContext *s, AVPacket *pkt, int size); /** - * 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) |