[SCM] libav/master: avfilter: Remove unused variable from ff_get_video_buffer()

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Sep 17 01:18:08 UTC 2014


The following commit has been merged in the master branch:
commit 67a7695c142561fe60f21adffe89c133385d37c9
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Aug 15 22:13:09 2014 +0200

    avfilter: Remove unused variable from ff_get_video_buffer()

diff --git a/libavfilter/video.c b/libavfilter/video.c
index 23bf867..9f1103e 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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list