[FFmpeg-cvslog] lavfi/buffersink: typo fix in a comment.

Clément Bœsch git at videolan.org
Sat May 19 12:32:31 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sat May 12 22:44:59 2012 +0200| [60ea6b09960052500c2e6fa6d46409dea351ebff] | committer: Clément Bœsch

lavfi/buffersink: typo fix in a comment.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=60ea6b09960052500c2e6fa6d46409dea351ebff
---

 libavfilter/buffersink.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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).
  */



More information about the ffmpeg-cvslog mailing list