ffmpeg | branch: master | Diego Biurrun <[email protected]> | Fri Aug 15 
22:13:09 2014 +0200| [67a7695c142561fe60f21adffe89c133385d37c9] | committer: 
Diego Biurrun

avfilter: Remove unused variable from ff_get_video_buffer()

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67a7695c142561fe60f21adffe89c133385d37c9
---

 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)

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to