diff options
author | Mark Thompson <sw@jkqxz.net> | 2018-06-24 19:37:39 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2018-06-24 19:37:39 +0100 |
commit | 7ff5310068d9627868339dfa1804f9244647354b (patch) | |
tree | 7b6b8e8362c30407036c2042aeaecc828b0e3f4b /libavutil | |
parent | b86c5757a2bf2a589b3982d6b85401165deb4958 (diff) | |
download | ffmpeg-streaming-7ff5310068d9627868339dfa1804f9244647354b.zip ffmpeg-streaming-7ff5310068d9627868339dfa1804f9244647354b.tar.gz |
hwcontext_opencl: Remove unused variable
Unused since a2613647c4f40b9e802cd21f37545ef1fdf370d1.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/hwcontext_opencl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/hwcontext_opencl.c b/libavutil/hwcontext_opencl.c index d288ddb..f2873e1 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; |