You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Typo
Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user