From 67a7695c142561fe60f21adffe89c133385d37c9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 15 Aug 2014 22:13:09 +0200 Subject: avfilter: Remove unused variable from ff_get_video_buffer() --- libavfilter/video.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter') diff --git a/libavfilter/video.c b/libavfilter/video.c index 23bf867a82..9f1103e734 100644 --- a/libavfilter/video.c +++ b/libavfilter/video.c @@ -105,7 +105,6 @@ AVFrame *ff_get_video_buffer(AVFilterLink *link, int w, int h) { AVFrame *ret = NULL; - av_unused char buf[16]; FF_DPRINTF_START(NULL, get_video_buffer); ff_dlog_link(NULL, link, 0); if (link->dstpad->get_video_buffer) -- cgit v1.2.3