ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Wed Feb 17 18:22:55 2016 +0100| [c4ac30909e504a7f98bd02f4c8c92c5323608fa1] | committer: Michael Niedermayer
avutil/hwcontext: Remove duplicate ; Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4ac30909e504a7f98bd02f4c8c92c5323608fa1 --- libavutil/hwcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/hwcontext.c b/libavutil/hwcontext.c index 200a10e..08a0859 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) _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog