diff options
author | jstebbins <[email protected]> | 2010-11-07 16:29:59 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-11-07 16:29:59 +0000 |
commit | 2d54c1b563922337f00f857f4c233b858a73e79e (patch) | |
tree | 48b5ec0de2fcddbfa9aa7f87f3948bd778f7372e /libhb/common.h | |
parent | c1b2221da7932d900f328456829d36ff9a130f97 (diff) |
Allow longer SRT filename paths.
Bump from 128 to 256.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3655 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-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; }; |