[FFmpeg-cvslog] r11020 - trunk/libavformat/avformat.h
takis
subversion
Wed Nov 14 13:42:45 CET 2007
Author: takis
Date: Wed Nov 14 13:42:45 2007
New Revision: 11020
Log:
Typo
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h (original)
+++ trunk/libavformat/avformat.h Wed Nov 14 13:42:45 2007
@@ -577,7 +577,7 @@ AVFormatContext *av_alloc_format_context
*
* @param ic media file handle
* @return >=0 if OK. AVERROR_xxx if error.
- * @todo Let user decide somehow what information is needed so we do not waste time geting stuff the user does not need.
+ * @todo Let user decide somehow what information is needed so we do not waste time getting stuff the user does not need.
*/
int av_find_stream_info(AVFormatContext *ic);
More information about the ffmpeg-cvslog
mailing list