[FFmpeg-cvslog] avutil/hwcontext: Remove duplicate ;
Michael Niedermayer
git at videolan.org
Wed Feb 17 21:17:15 CET 2016
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Wed Feb 17 18:22:55 2016 +0100| [c4ac30909e504a7f98bd02f4c8c92c5323608fa1] | committer: Michael Niedermayer
avutil/hwcontext: Remove duplicate ;
Signed-off-by: Michael Niedermayer <michael at 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)
More information about the ffmpeg-cvslog
mailing list