Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-11-14 15:42:45 +0300
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-11-14 15:42:45 +0300
commit4e8988a32df9036374865c8d5edf6262401ecf1f (patch)
tree951b11255abf7cff9b8398d0fc41ff6041c7019e /libavformat/avformat.h
parentd4f98ab11885935dd0d01150fbe553648fa15168 (diff)
Typo
Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index d127d7d10e..0be3c945be 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -577,7 +577,7 @@ AVFormatContext *av_alloc_format_context(void);
*
* @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);