summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-21 09:59:58 +0100
committerwm4 <wm4@nowhere>2014-11-21 09:59:58 +0100
commit86b521f7dfac8aa6a8edf030ce8fe987fb13a104 (patch)
tree6f1465728ddae55cf71d89c699b2aaf4d6cc3f6b /common
parente082c2c3dfced1cd20d7c1cb7ee7a661dffc8686 (diff)
downloadmpv-86b521f7dfac8aa6a8edf030ce8fe987fb13a104.tar.bz2
mpv-86b521f7dfac8aa6a8edf030ce8fe987fb13a104.tar.xz
Silence some Coverity warnings
None of this really matters.
Diffstat (limited to 'common')
-rw-r--r--common/encode_lavc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/encode_lavc.c b/common/encode_lavc.c
index 8877033f8d..92af771d61 100644
--- a/common/encode_lavc.c
+++ b/common/encode_lavc.c
@@ -1145,6 +1145,7 @@ void encode_lavc_fail(struct encode_lavc_context *ctx, const char *format, ...)
va_list va;
va_start(va, format);
mp_msg_va(ctx->log, MSGL_ERR, format, va);
+ va_end(va);
if (ctx->failed)
return;
ctx->failed = true;