From 987defc068526a7d926ad734b043ae76065ae373 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Tue, 17 May 2016 09:27:34 -0600 Subject: libhb: remove unused subtitle fifo_sync --- libhb/common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libhb/common.h') diff --git a/libhb/common.h b/libhb/common.h index 834b48518..1b4cbc3fe 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -883,7 +883,6 @@ struct hb_subtitle_s hb_fifo_t * fifo_in; /* SPU ES */ hb_fifo_t * fifo_raw; /* Decoded SPU */ - hb_fifo_t * fifo_sync;/* Synced */ hb_fifo_t * fifo_out; /* Correct Timestamps, ready to be muxed */ hb_mux_data_t * mux_data; #endif -- cgit v1.2.3