From 6aebad79439a64738db685bd9c7c442493e49233 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Wed, 22 Feb 2017 15:17:34 -0700 Subject: [PATCH] encx265: fix compiler warning --- libhb/encx265.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libhb/encx265.c b/libhb/encx265.c index d0a4ef488..de1a99c9a 100644 --- a/libhb/encx265.c +++ b/libhb/encx265.c @@ -87,7 +87,6 @@ int encx265Init(hb_work_object_t *w, hb_job_t *job) { hb_work_private_t *pv = calloc(1, sizeof(hb_work_private_t)); int ret, depth; - hb_rational_t vrate; x265_nal *nal; uint32_t nnal; const char * const *profile_names; -- 2.40.0