diff options
author | John Stebbins <[email protected]> | 2016-05-08 10:33:22 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-05-08 10:33:22 -0700 |
commit | 1e119dcaf86804c48da857d2b4673b6c3c8d6b3f (patch) | |
tree | e2747f84a85e563bd2ea430dff8bbf0199f76338 /libhb/internal.h | |
parent | 36029073fd0196fa4093221310e961f71bae23b3 (diff) |
mux: eliminate 2048 byte size limit of SSA subtitles
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 80a8ac366..6bd8695f4 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -511,8 +511,8 @@ DECLARE_MUX( mkv ); DECLARE_MUX( avformat ); void hb_muxmp4_process_subtitle_style( uint8_t *input, - uint8_t *output, - uint8_t *style, uint16_t *stylesize ); + uint8_t **output, + uint8_t **style, uint16_t *stylesize ); void hb_deinterlace(hb_buffer_t *dst, hb_buffer_t *src); void hb_avfilter_combine( hb_list_t * list ); |