diff options
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 20e9f6835b..f86f9fe31b 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -312,7 +312,7 @@ AVFilterPicRef *avfilter_get_video_buffer(AVFilterLink *link, int perms); int avfilter_request_frame(AVFilterLink *link); /** - * Notofy the next filter of the start of a frame. + * Notify the next filter of the start of a frame. * @param link The output link the frame will be sent over * @param picref A reference to the frame about to be sent. The data for this * frame need only be valid once draw_slice() is called for that |