Commit 5a22877e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '67a7695c'

* commit '67a7695c':
  avfilter: Remove unused variable from ff_get_video_buffer()

Conflicts:
	libavfilter/video.c
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 201a511b 67a7695c
......@@ -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)
......
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