typo fixes

Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-03-15 16:15:47 +00:00
parent bee972eead
commit bd10713636
9 changed files with 15 additions and 15 deletions

View File

@@ -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)