diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-15 16:15:47 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-15 16:15:47 +0000 |
commit | bd1071363648638a1a2d958edb70e8ca83ec4138 (patch) | |
tree | f8de9e326f2587a1216b3378c7ac0c559ec2fe32 /libavformat/utils.c | |
parent | bee972eeaddbcd92d8bc4823bd676fe19fa0e96f (diff) | |
download | ffmpeg-bd1071363648638a1a2d958edb70e8ca83ec4138.tar.gz |
typo fixes
Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index b37db35b88..4620e2cbaf 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -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) |