Commit 9923dedc authored by takis's avatar takis

Typo


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11020 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 805cc1f7
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment