diff options
Diffstat (limited to 'libhb/common.c')
-rw-r--r-- | libhb/common.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libhb/common.c b/libhb/common.c index 053a4c4c2..bca6e6956 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -3765,13 +3765,11 @@ void hb_subtitle_close( hb_subtitle_t **sub ) * *********************************************************************/ int hb_subtitle_add_ssa_header(hb_subtitle_t *subtitle, const char *font, - int w, int h) + int fs, int w, int h) { // Free any pre-existing extradata free(subtitle->extradata); - int fs = h * .066; - // SRT subtitles are represented internally as SSA // Create an SSA header const char * ssa_header = |