mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
typo fixes
Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1990,7 +1990,7 @@ int av_find_stream_info(AVFormatContext *ic)
|
||||
count++;
|
||||
}
|
||||
|
||||
// close codecs which where opened in try_decode_frame()
|
||||
// close codecs which were opened in try_decode_frame()
|
||||
for(i=0;i<ic->nb_streams;i++) {
|
||||
st = ic->streams[i];
|
||||
if(st->codec->codec)
|
||||
|
||||
Reference in New Issue
Block a user