fix various typos
Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -93,7 +93,7 @@ int ffio_set_buf_size(AVIOContext *s, int buf_size);
|
||||
*
|
||||
* Will ensure that when reading sequentially up to buf_size, seeking
|
||||
* within the current pos and pos+buf_size is possible.
|
||||
* Once the stream position moves outside this window this gurantee is lost.
|
||||
* Once the stream position moves outside this window this guarantee is lost.
|
||||
*/
|
||||
int ffio_ensure_seekback(AVIOContext *s, int buf_size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user