summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authoreddyg <[email protected]>2009-05-05 04:49:28 +0000
committereddyg <[email protected]>2009-05-05 04:49:28 +0000
commit5d3a0ec24c831e9f5f1875f62613e64b45a62e27 (patch)
treec75e3de94e1cd9b60945dcd9922fb6ee4d0b4ba0 /libhb/common.h
parentec848fee96e7cbfbb2037b1908978ebe45543e54 (diff)
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
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h3
1 files changed, 2 insertions, 1 deletions
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
};