From 0155b1a1cc611d9f082d017d2afb9a0e63b87c6e Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 22:14:52 +0000 Subject: Nit: remove odd whitespace 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/avfilter.h') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 3e805f0c1e..af12880bfb 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -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. -- cgit v1.2.3