mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avfilter: Remove unused variable from ff_get_video_buffer()
This commit is contained in:
parent
b977b287f6
commit
67a7695c14
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user