summaryrefslogtreecommitdiffstats
path: root/video/decode/vd_lavc.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-01-15 22:15:55 +0100
committerwm4 <wm4@nowhere>2013-01-16 02:03:21 +0100
commit07d14bd323dcf8f2da565655aaa009583d296d95 (patch)
tree2325a28df12bfaa42bc9bce137640006690a679e /video/decode/vd_lavc.c
parentefcd479e7e6c86f84f7edc912ff4843df5087760 (diff)
downloadmpv-07d14bd323dcf8f2da565655aaa009583d296d95.tar.bz2
mpv-07d14bd323dcf8f2da565655aaa009583d296d95.tar.xz
Silence two compiler warnings
Both should be harmless.
Diffstat (limited to 'video/decode/vd_lavc.c')
-rw-r--r--video/decode/vd_lavc.c1
1 files changed, 0 insertions, 1 deletions
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);