From: John Stebbins Date: Wed, 22 Feb 2017 22:17:34 +0000 (-0700) Subject: encx265: fix compiler warning X-Git-Tag: 1.0.3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fc33e0050bdfed163654cda97d5a02cd1fc5290;p=handbrake encx265: fix compiler warning (cherry picked from commit 6aebad79439a64738db685bd9c7c442493e49233) --- diff --git a/libhb/encx265.c b/libhb/encx265.c index 4bc146f60..8abb248be 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;