Browse Source

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

+ 1
- 1
libavfilter/avfilter.h View 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.


Loading…
Cancel
Save