OSDN Git Service

Nit: remove odd whitespace
authorVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 22:14:52 +0000 (22:14 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 22:14:52 +0000 (22:14 +0000)
Commited in SoC by Vitor Sessak on 2008-02-10 20:32:56

Originally committed as revision 12114 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/avfilter.h

index 3e805f0..af12880 100644 (file)
@@ -455,7 +455,7 @@ AVFilterPicRef *avfilter_get_video_buffer(AVFilterLink *link, int perms);
  * @param link the input link
  * @return     zero on success
  */
-int  avfilter_request_frame(AVFilterLink *link);
+int avfilter_request_frame(AVFilterLink *link);
 
 /**
  * Poll a frame from the filter chain.