diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:13:47 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:13:47 +0000 |
commit | b42a6a92ffc5969baed31c1b6558ba1f6aa2b20c (patch) | |
tree | 28fc6c970b6028b71255c773d2b68b47bb2d6c36 /libavfilter | |
parent | 72f6d6317ca73cd9900f28c1bed197fc0cdf0d16 (diff) | |
download | ffmpeg-b42a6a92ffc5969baed31c1b6558ba1f6aa2b20c.tar.gz |
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
Diffstat (limited to 'libavfilter')
-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 |