diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h index bb394c4f4..0dd3a2d42 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -131,7 +131,7 @@ struct hb_subtitle_config_s int default_track; /* SRT subtitle tracks only */ - char src_filename[128]; + char src_filename[256]; char src_codeset[40]; int64_t offset; }; |