[FFmpeg-cvslog] r21261 - trunk/libavformat/avio.c
mru
subversion
Sun Jan 17 14:39:34 CET 2010
Author: mru
Date: Sun Jan 17 14:39:34 2010
New Revision: 21261
Log:
Fix comment typo carefull -> careful
Spotted by someone on IRC.
Modified:
trunk/libavformat/avio.c
Modified: trunk/libavformat/avio.c
==============================================================================
--- trunk/libavformat/avio.c Sun Jan 17 13:47:06 2010 (r21260)
+++ trunk/libavformat/avio.c Sun Jan 17 14:39:34 2010 (r21261)
@@ -94,7 +94,7 @@ int url_open_protocol (URLContext **puc,
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)
More information about the ffmpeg-cvslog
mailing list