Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavfilter/avfilter.h2
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.