Commit 60ea6b09 authored by Clément Bœsch's avatar Clément Bœsch

lavfi/buffersink: typo fix in a comment.

parent 5e82ec9b
...@@ -66,7 +66,7 @@ AVABufferSinkParams *av_abuffersink_params_alloc(void); ...@@ -66,7 +66,7 @@ AVABufferSinkParams *av_abuffersink_params_alloc(void);
#define AV_BUFFERSINK_FLAG_PEEK 1 #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), * If a frame is already buffered, it is read (and removed from the buffer),
* but if no frame is present, return AVERROR(EAGAIN). * but if no frame is present, return AVERROR(EAGAIN).
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment