[FFmpeg-devel] [PATCH 10/13] lavfi/buffersink: typo fix in a comment.
Clément Bœsch
ubitux at gmail.com
Sat May 12 23:15:32 CEST 2012
---
libavfilter/buffersink.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/buffersink.h b/libavfilter/buffersink.h
index 86a4b24..06775ec 100644
--- a/libavfilter/buffersink.h
+++ b/libavfilter/buffersink.h
@@ -64,7 +64,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).
*/
--
1.7.10.1
More information about the ffmpeg-devel
mailing list