Mercurial > libavformat.hg
diff avio.c @ 5555:9ca204496cb5 libavformat
Fix comment typo carefull -> careful
Spotted by someone on IRC.
author | mru |
---|---|
date | Sun, 17 Jan 2010 13:39:34 +0000 |
parents | 84a7b7a2f252 |
children | 07ce73fed19f |
line wrap: on
line diff
--- a/avio.c Sun Jan 17 00:27:22 2010 +0000 +++ b/avio.c Sun Jan 17 13:39:34 2010 +0000 @@ -94,7 +94,7 @@ return err; } - //We must be carefull here as url_seek() could be slow, for example for http + //We must be careful here as url_seek() could be slow, for example for http if( (flags & (URL_WRONLY | URL_RDWR)) || !strcmp(up->name, "file")) if(!uc->is_streamed && url_seek(uc, 0, SEEK_SET) < 0)