Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-08-16 00:13:09 +0400
committerDiego Biurrun <diego@biurrun.de>2014-08-19 20:50:18 +0400
commit67a7695c142561fe60f21adffe89c133385d37c9 (patch)
tree5dcab174c98029c90aa62f3819653994282a06ee /libavfilter/video.c
parentb977b287f61fea48ecd6251d54a26334213b7ec6 (diff)
avfilter: Remove unused variable from ff_get_video_buffer()
Diffstat (limited to 'libavfilter/video.c')
-rw-r--r--libavfilter/video.c1
1 files changed, 0 insertions, 1 deletions
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)