summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2016-12-23 15:40:27 +0100
committerNicolas George <george@nsup.org>2017-01-12 14:06:16 +0100
commit7910127a8ee12f0c4761646cecc4f0271a50b6a9 (patch)
tree1066babc24d1723edb4230af1d378d84497a8f41 /libavfilter/avfilter.c
parent3ff01feda30a131e877c01619761c2b62e45c9e8 (diff)
lavfi: cosmetic: remove forward declaration.
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r--libavfilter/avfilter.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 9ae0cb67e0..f1b925b3bb 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];