Mercurial > libavcodec.hg
changeset 4562:22c4464c8049 libavcodec
Fix typo.
author | takis |
---|---|
date | Thu, 22 Feb 2007 00:46:36 +0000 |
parents | 726deec26122 |
children | de57979c3cd2 |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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) {