[FFmpeg-soc] [soc]: r1889 - libavfilter/avfilter.h

vitor subversion at mplayerhq.hu
Sun Feb 10 21:32:56 CET 2008


Author: vitor
Date: Sun Feb 10 21:32:56 2008
New Revision: 1889

Log:
Nit: remove odd whitespace

Modified:
   libavfilter/avfilter.h

Modified: libavfilter/avfilter.h
==============================================================================
--- libavfilter/avfilter.h	(original)
+++ libavfilter/avfilter.h	Sun Feb 10 21:32:56 2008
@@ -455,7 +455,7 @@ AVFilterPicRef *avfilter_get_video_buffe
  * @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.



More information about the FFmpeg-soc mailing list