[FFmpeg-devel] [PATCH 11/17] lavfi: cosmetic: remove forward declaration.

Nicolas George george at nsup.org
Sat Dec 24 19:41:43 EET 2016


Signed-off-by: Nicolas George <george at nsup.org>
---
 libavfilter/avfilter.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 4638ff71ee..3927e7f7ac 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -45,8 +45,6 @@
 #include "libavutil/ffversion.h"
 const char av_filter_ffversion[] = "FFmpeg version " FFMPEG_VERSION;
 
-static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame);
-
 void ff_tlog_ref(void *ctx, AVFrame *ref, int end)
 {
     av_unused char buf[16];
-- 
2.11.0



More information about the ffmpeg-devel mailing list