From c4ac30909e504a7f98bd02f4c8c92c5323608fa1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 17 Feb 2016 18:22:55 +0100 Subject: [PATCH] avutil/hwcontext: Remove duplicate ; Signed-off-by: Michael Niedermayer --- libavutil/hwcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/hwcontext.c b/libavutil/hwcontext.c index 200a10e188..08a0859752 100644 --- a/libavutil/hwcontext.c +++ b/libavutil/hwcontext.c @@ -167,7 +167,7 @@ AVBufferRef *av_hwframe_ctx_alloc(AVBufferRef *device_ref_in) AVHWDeviceContext *device_ctx = (AVHWDeviceContext*)device_ref_in->data; const HWContextType *hw_type = device_ctx->internal->hw_type; AVHWFramesContext *ctx; - AVBufferRef *buf, *device_ref = NULL;; + AVBufferRef *buf, *device_ref = NULL; ctx = av_mallocz(sizeof(*ctx)); if (!ctx) -- GitLab