diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:14:52 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:14:52 +0000 |
commit | 0155b1a1cc611d9f082d017d2afb9a0e63b87c6e (patch) | |
tree | 83e332ca875c535e66bffa3f715c1c096f685e69 /libavfilter | |
parent | b04c740a1839e4628515592ef8f367f011881183 (diff) | |
download | ffmpeg-0155b1a1cc611d9f082d017d2afb9a0e63b87c6e.tar.gz |
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
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 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. |