提交 c4ac3090 编写于 作者: M Michael Niedermayer

avutil/hwcontext: Remove duplicate ;

Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 02dfa64c
...@@ -167,7 +167,7 @@ AVBufferRef *av_hwframe_ctx_alloc(AVBufferRef *device_ref_in) ...@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册