diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-12 22:44:59 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-19 12:28:59 +0200 |
commit | 60ea6b09960052500c2e6fa6d46409dea351ebff (patch) | |
tree | 523b3aacad723d8f8e904c62eba0f00d63fc2cb1 /libavfilter/buffersink.h | |
parent | 5e82ec9b4226d8ab48dc5e4c8cafe331bd624643 (diff) | |
download | ffmpeg-60ea6b09960052500c2e6fa6d46409dea351ebff.tar.gz |
lavfi/buffersink: typo fix in a comment.
Diffstat (limited to 'libavfilter/buffersink.h')
-rw-r--r-- | libavfilter/buffersink.h | 2 |
1 files changed, 1 insertions, 1 deletions
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). */ |