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)