Mercurial > libavformat.hg
diff avformat.h @ 2745:0d82417b7a88 libavformat
Typo
| author | takis |
|---|---|
| date | Wed, 14 Nov 2007 12:42:45 +0000 |
| parents | 6b43751d7264 |
| children | 2a6baeedf776 |
line wrap: on
line diff
--- a/avformat.h Wed Nov 14 08:22:06 2007 +0000 +++ b/avformat.h Wed Nov 14 12:42:45 2007 +0000 @@ -577,7 +577,7 @@ * * @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);
