diff options
author | Nicolas George <george@nsup.org> | 2016-12-23 15:40:27 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2017-01-12 14:06:16 +0100 |
commit | 7910127a8ee12f0c4761646cecc4f0271a50b6a9 (patch) | |
tree | 1066babc24d1723edb4230af1d378d84497a8f41 /libavfilter | |
parent | 3ff01feda30a131e877c01619761c2b62e45c9e8 (diff) | |
download | ffmpeg-7910127a8ee12f0c4761646cecc4f0271a50b6a9.tar.gz |
lavfi: cosmetic: remove forward declaration.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avfilter.c | 2 |
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]; |