summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-02-22 00:46:36 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-02-22 00:46:36 +0000
commit5604801191131955526d0b5b619d688c64f0993d (patch)
tree47984ba6541f5d34d73718a398037c236acf5fef /libavcodec/utils.c
parentf6b375b95ef2f38552e8f6fccb61074e8c3fdb3a (diff)
Fix typo.
Originally committed as revision 8065 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c2
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)
{