summaryrefslogtreecommitdiffstats
path: root/libavfilter/buffersink.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-12 22:44:59 +0200
committerClément Bœsch <ubitux@gmail.com>2012-05-19 12:28:59 +0200
commit60ea6b09960052500c2e6fa6d46409dea351ebff (patch)
tree523b3aacad723d8f8e904c62eba0f00d63fc2cb1 /libavfilter/buffersink.h
parent5e82ec9b4226d8ab48dc5e4c8cafe331bd624643 (diff)
downloadffmpeg-streaming-60ea6b09960052500c2e6fa6d46409dea351ebff.zip
ffmpeg-streaming-60ea6b09960052500c2e6fa6d46409dea351ebff.tar.gz
lavfi/buffersink: typo fix in a comment.
Diffstat (limited to 'libavfilter/buffersink.h')
-rw-r--r--libavfilter/buffersink.h2
1 files changed, 1 insertions, 1 deletions
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).
*/
OpenPOWER on IntegriCloud