diff --git a/libavfilter/video.c b/libavfilter/video.c index 74c9161b13..6a554834b3 100644 --- a/libavfilter/video.c +++ b/libavfilter/video.c @@ -110,7 +110,6 @@ AVFrame *ff_get_video_buffer(AVFilterLink *link, int w, int h) { AVFrame *ret = NULL; - av_unused char buf[16]; FF_TPRINTF_START(NULL, get_video_buffer); ff_tlog_link(NULL, link, 0); if (link->dstpad->get_video_buffer)