Skip to content
Snippets Groups Projects
Commit fa8cc126 authored by Reimar Döffinger's avatar Reimar Döffinger
Browse files

Improve documentation wording.

Originally committed as revision 25782 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0f46d685
No related branches found
No related tags found
No related merge requests found
...@@ -246,8 +246,8 @@ int av_get_packet(ByteIOContext *s, AVPacket *pkt, int size); ...@@ -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. * Read data and append it to the current content of the AVPacket.
* If pkt->size is 0 it behaves like av_get_packet. * If pkt->size is 0 this is identical to av_get_packet.
* Note that this uses av_grow_packet and thus involves a realloc * Note that this uses av_grow_packet and thus involves a realloc
* which is inefficient. Thus this function should only be used * which is inefficient. Thus this function should only be used
* when there is no reasonable way to know (an upper bound of) * when there is no reasonable way to know (an upper bound of)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment