avutil/hwcontext: Remove duplicate ;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
02dfa64c08
commit
c4ac30909e
@ -167,7 +167,7 @@ AVBufferRef *av_hwframe_ctx_alloc(AVBufferRef *device_ref_in)
|
|||||||
AVHWDeviceContext *device_ctx = (AVHWDeviceContext*)device_ref_in->data;
|
AVHWDeviceContext *device_ctx = (AVHWDeviceContext*)device_ref_in->data;
|
||||||
const HWContextType *hw_type = device_ctx->internal->hw_type;
|
const HWContextType *hw_type = device_ctx->internal->hw_type;
|
||||||
AVHWFramesContext *ctx;
|
AVHWFramesContext *ctx;
|
||||||
AVBufferRef *buf, *device_ref = NULL;;
|
AVBufferRef *buf, *device_ref = NULL;
|
||||||
|
|
||||||
ctx = av_mallocz(sizeof(*ctx));
|
ctx = av_mallocz(sizeof(*ctx));
|
||||||
if (!ctx)
|
if (!ctx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user