From 60ea6b09960052500c2e6fa6d46409dea351ebff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 12 May 2012 22:44:59 +0200 Subject: [PATCH] lavfi/buffersink: typo fix in a comment. --- libavfilter/buffersink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/buffersink.h b/libavfilter/buffersink.h index 714fa0471e..46de82be6d 100644 --- a/libavfilter/buffersink.h +++ b/libavfilter/buffersink.h @@ -66,7 +66,7 @@ AVABufferSinkParams *av_abuffersink_params_alloc(void); #define AV_BUFFERSINK_FLAG_PEEK 1 /** - * Tell av_buffersink_get_buffer_ref() not to request a frame fom its input. + * Tell av_buffersink_get_buffer_ref() not to request a frame from its input. * If a frame is already buffered, it is read (and removed from the buffer), * but if no frame is present, return AVERROR(EAGAIN). */