summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-05-17 09:27:34 -0600
committerJohn Stebbins <[email protected]>2016-05-17 09:27:34 -0600
commit987defc068526a7d926ad734b043ae76065ae373 (patch)
tree4e58eca0f0af08669437262bf18b1324a03e293a /libhb/common.h
parent94bf236dca4bf1ce41ad5c3cd719e6fe9922deb7 (diff)
libhb: remove unused subtitle fifo_sync
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h1
1 files changed, 0 insertions, 1 deletions
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