[FFmpeg-cvslog] lavfi: cosmetic: remove forward declaration.

Nicolas George git at videolan.org
Thu Jan 12 15:15:34 EET 2017


ffmpeg | branch: master | Nicolas George <george at nsup.org> | Fri Dec 23 15:40:27 2016 +0100| [7910127a8ee12f0c4761646cecc4f0271a50b6a9] | committer: Nicolas George

lavfi: cosmetic: remove forward declaration.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7910127a8ee12f0c4761646cecc4f0271a50b6a9
---

 libavfilter/avfilter.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 9ae0cb6..f1b925b 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -46,8 +46,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];



More information about the ffmpeg-cvslog mailing list