From 07d14bd323dcf8f2da565655aaa009583d296d95 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 15 Jan 2013 22:15:55 +0100 Subject: Silence two compiler warnings Both should be harmless. --- video/decode/vd_lavc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video') diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c index 0269fb456a..9dbb07ee16 100644 --- a/video/decode/vd_lavc.c +++ b/video/decode/vd_lavc.c @@ -394,7 +394,6 @@ static void uninit_avctx(sh_video_t *sh) static void uninit(sh_video_t *sh) { vd_ffmpeg_ctx *ctx = sh->context; - AVCodecContext *avctx = ctx->avctx; uninit_avctx(sh); talloc_free(ctx); -- cgit v1.2.3