Mercurial > libavcodec.hg
diff utils.c @ 4562:22c4464c8049 libavcodec
Fix typo.
| author | takis |
|---|---|
| date | Thu, 22 Feb 2007 00:46:36 +0000 |
| parents | 4d1b45b20f8c |
| children | 1cb0cac7b19d |
line wrap: on
line diff
--- a/utils.c Thu Feb 22 00:14:54 2007 +0000 +++ b/utils.c Thu Feb 22 00:46:36 2007 +0000 @@ -1276,7 +1276,7 @@ } /** - * 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) {
