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: lavfi/buffersink: typo fix in a comment. --- libavfilter/buffersink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter') diff --git a/libavfilter/buffersink.h b/libavfilter/buffersink.h index 714fa04..46de82b 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). */ -- cgit v1.1