summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_opencl.c
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2018-06-24 19:37:39 +0100
committerMark Thompson <sw@jkqxz.net>2018-06-24 19:37:39 +0100
commit7ff5310068d9627868339dfa1804f9244647354b (patch)
tree7b6b8e8362c30407036c2042aeaecc828b0e3f4b /libavutil/hwcontext_opencl.c
parentb86c5757a2bf2a589b3982d6b85401165deb4958 (diff)
downloadffmpeg-7ff5310068d9627868339dfa1804f9244647354b.tar.gz
hwcontext_opencl: Remove unused variable
Unused since a2613647c4f40b9e802cd21f37545ef1fdf370d1.
Diffstat (limited to 'libavutil/hwcontext_opencl.c')
-rw-r--r--libavutil/hwcontext_opencl.c1
1 files changed, 0 insertions, 1 deletions
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;