diff options
Diffstat (limited to 'libavcodec/utils.c')
-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) { |