From 5d3a0ec24c831e9f5f1875f62613e64b45a62e27 Mon Sep 17 00:00:00 2001 From: eddyg Date: Tue, 5 May 2009 04:49:28 +0000 Subject: Rewrite pass-through timestamps in sync, put on subtitle->fifo_out for muxing. Also put the mp4 subtitle display inline with muxing - easy for ritsuka to put into a subtitle track ;) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2384 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libhb/common.h') diff --git a/libhb/common.h b/libhb/common.h index 6a2c8d51d..81877d6d2 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -455,7 +455,8 @@ struct hb_subtitle_s #ifdef __LIBHB__ /* Internal data */ hb_fifo_t * fifo_in; /* SPU ES */ - hb_fifo_t * fifo_raw; /* Decodec SPU */ + hb_fifo_t * fifo_raw; /* Decoded SPU */ + hb_fifo_t * fifo_out; /* Correct Timestamps, ready to be muxed */ #endif }; -- cgit v1.2.3