mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-19 14:00:43 +00:00
lavfi/buffersink: typo fix in a comment.
This commit is contained in:
parent
5e82ec9b42
commit
60ea6b0996
@ -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).
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user