[FFmpeg-cvslog] hwcontext_opencl: Remove unused variable

Mark Thompson git at videolan.org
Sun Jun 24 21:41:56 EEST 2018


ffmpeg | branch: master | Mark Thompson <sw at jkqxz.net> | Sun Jun 24 19:37:39 2018 +0100| [7ff5310068d9627868339dfa1804f9244647354b] | committer: Mark Thompson

hwcontext_opencl: Remove unused variable

Unused since a2613647c4f40b9e802cd21f37545ef1fdf370d1.

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

 libavutil/hwcontext_opencl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavutil/hwcontext_opencl.c b/libavutil/hwcontext_opencl.c
index d288ddb2a9..f2873e15d2 100644
--- a/libavutil/hwcontext_opencl.c
+++ b/libavutil/hwcontext_opencl.c
@@ -2154,7 +2154,6 @@ static int opencl_map_from_vaapi(AVHWFramesContext *dst_fc,
                                  AVFrame *dst, const AVFrame *src,
                                  int flags)
 {
-    HWMapDescriptor *hwmap;
     AVFrame *tmp;
     int err;
 



More information about the ffmpeg-cvslog mailing list