diff options
Diffstat (limited to 'libhb/deccc608sub.h')
-rw-r--r-- | libhb/deccc608sub.h | 3 |
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; }; |