diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-11-14 12:42:45 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-11-14 12:42:45 +0000 |
commit | 4e8988a32df9036374865c8d5edf6262401ecf1f (patch) | |
tree | 951b11255abf7cff9b8398d0fc41ff6041c7019e /libavformat/avformat.h | |
parent | d4f98ab11885935dd0d01150fbe553648fa15168 (diff) | |
download | ffmpeg-4e8988a32df9036374865c8d5edf6262401ecf1f.tar.gz |
Typo
Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
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); |