summaryrefslogtreecommitdiffstats
path: root/libhb/deccc608sub.h
diff options
context:
space:
mode:
authoreddyg <[email protected]>2009-05-07 04:37:47 +0000
committereddyg <[email protected]>2009-05-07 04:37:47 +0000
commit5a583fb1d543fd6336dcadd8f653654debba2f74 (patch)
tree7d0697232f4c713f741b21546cca1f2465b36193 /libhb/deccc608sub.h
parent080a7aef7af9107730d6d0ca9ffcfca6abe32df8 (diff)
Change CC608 decoder to be its own thread
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2396 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/deccc608sub.h')
-rw-r--r--libhb/deccc608sub.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/deccc608sub.h b/libhb/deccc608sub.h
index e6c1518a7..3e0288370 100644
--- a/libhb/deccc608sub.h
+++ b/libhb/deccc608sub.h
@@ -90,7 +90,8 @@ struct s_write {
int new_sentence;
int new_channel;
int in_xds_mode;
- hb_subtitle_t * subtitle;
+ hb_buffer_t *hb_buffer;
+ hb_buffer_t *hb_last_buffer;
uint64_t last_pts;
};