]> granicus.if.org Git - handbrake/commitdiff
encavcodec: remove unused 'job' variable
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 14 Jan 2019 21:40:22 +0000 (13:40 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 14 Jan 2019 21:40:22 +0000 (13:40 -0800)
libhb/encavcodec.c

index f0c64baa4a11b361dac5c6d48316de2861688da6..398cd6e5a258523a4905ace16d60f28b3c7d505b 100644 (file)
@@ -791,7 +791,6 @@ static hb_buffer_t * process_delay_list( hb_work_private_t * pv, hb_buffer_t * b
 static void get_packets( hb_work_object_t * w, hb_buffer_list_t * list )
 {
     hb_work_private_t * pv = w->private_data;
-    hb_job_t * job = pv->job;
 
     while (1)
     {