diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-02-22 00:46:36 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-02-22 00:46:36 +0000 |
commit | 5604801191131955526d0b5b619d688c64f0993d (patch) | |
tree | 47984ba6541f5d34d73718a398037c236acf5fef | |
parent | f6b375b95ef2f38552e8f6fccb61074e8c3fdb3a (diff) | |
download | ffmpeg-5604801191131955526d0b5b619d688c64f0993d.tar.gz |
Fix typo.
Originally committed as revision 8065 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c index aeb9b0ab52..d00fcc29e4 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -1276,7 +1276,7 @@ void avcodec_init(void) } /** - * Flush buffers, should be called when seeking or when swicthing to a different stream. + * Flush buffers, should be called when seeking or when switching to a different stream. */ void avcodec_flush_buffers(AVCodecContext *avctx) { |