Browse Source

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
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
b42a6a92ff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/avfilter.h

+ 1
- 1
libavfilter/avfilter.h View File

@@ -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


Loading…
Cancel
Save