From b42a6a92ffc5969baed31c1b6558ba1f6aa2b20c Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 22:13:47 +0000 Subject: [PATCH] spelling fix Commited in SoC by Bobby Bingham on 2007-08-17 14:40:55 Originally committed as revision 12097 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 20e9f6835..f86f9fe31 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 -- 2.11.0