]> 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:17:34 +0000 (15:17 -0700)
libhb/encx265.c

index d0a4ef4881eb20aa40883e875d221ba2746abf55..de1a99c9ad9a6d7483b2ab8344b1e23b158bf06a 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;