Commit 67a7695c authored by Diego Biurrun's avatar Diego Biurrun

avfilter: Remove unused variable from ff_get_video_buffer()

parent b977b287
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment