Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2018-06-24 21:37:39 +0300
committerMark Thompson <sw@jkqxz.net>2018-06-24 21:37:39 +0300
commit7ff5310068d9627868339dfa1804f9244647354b (patch)
tree7b6b8e8362c30407036c2042aeaecc828b0e3f4b /libavutil/hwcontext_opencl.c
parentb86c5757a2bf2a589b3982d6b85401165deb4958 (diff)
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;