1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Fix typo.

Originally committed as revision 8065 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Panagiotis Issaris 2007-02-22 00:46:36 +00:00
parent f6b375b95e
commit 5604801191

View File

@ -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)
{