diff options
author | John Stebbins <[email protected]> | 2016-05-17 14:05:23 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-05-17 14:05:23 -0600 |
commit | b442e61f9b9d2462dc0b3b375054701ac218d17d (patch) | |
tree | 706c3f1dbdba6ede41cd66d4502426c8cfd0973c /libhb/internal.h | |
parent | fd311280dba1530d3666c4a9bd4e98380833565b (diff) |
sync: fix merging of multiple SSA to tx3g
When more than 2 subtitles overlapped in time, they were not merged
properly and could result in cases where the subtitle time went
backwards
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index b082a7097..f4ad2b3c9 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -93,6 +93,7 @@ struct hb_buffer_settings_s #endif #define PIC_FLAG_REPEAT_FRAME 0x0200 #define HB_BUF_FLAG_EOF 0x0400 +#define HB_BUF_FLAG_EOS 0x0800 uint16_t flags; #define HB_COMB_NONE 0 |