Module: libav Branch: master Commit: 67a7695c142561fe60f21adffe89c133385d37c9
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Fri Aug 15 22:13:09 2014 +0200 avfilter: Remove unused variable from ff_get_video_buffer() --- libavfilter/video.c | 1 - 1 file changed, 1 deletion(-) 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-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
