diff mbox

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

Message ID 20161224174149.8995-12-george@nsup.org
State Accepted
Commit 7910127a8ee12f0c4761646cecc4f0271a50b6a9
Headers show

Commit Message

Nicolas George Dec. 24, 2016, 5:41 p.m. UTC
Signed-off-by: Nicolas George <george@nsup.org>
---
 libavfilter/avfilter.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Michael Niedermayer Dec. 25, 2016, 12:59 a.m. UTC | #1
On Sat, Dec 24, 2016 at 06:41:43PM +0100, Nicolas George wrote:
> Signed-off-by: Nicolas George <george@nsup.org>
> ---
>  libavfilter/avfilter.c | 2 --
>  1 file changed, 2 deletions(-)

LGTM

[...]
diff mbox

Patch

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];