]> granicus.if.org Git - handbrake/commitdiff
encx265: fix compiler warning
authorJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 22 Feb 2017 22:17:34 +0000 (15:17 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 22 Feb 2017 22:18:33 +0000 (15:18 -0700)
(cherry picked from commit 6aebad79439a64738db685bd9c7c442493e49233)

libhb/encx265.c

index 4bc146f60e6069c3d9e94aa960fe11c80ef5f98f..8abb248bebc6da1e2e42e2afd2986c9f93f5d802 100644 (file)
@@ -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;